Searched defs:NETBSD32_INT64_ALIGN (Results 1 - 8 of 8) sorted by relevance

/src/sys/arch/riscv/include/
H A Dnetbsd32_machdep.h46 #define NETBSD32_INT64_ALIGN macro
/src/sys/arch/powerpc/include/
H A Dnetbsd32_machdep.h39 #define NETBSD32_INT64_ALIGN macro
/src/sys/arch/sparc64/include/
H A Dnetbsd32_machdep.h41 #define NETBSD32_INT64_ALIGN macro
/src/sys/arch/mips/include/
H A Dnetbsd32_machdep.h43 #define NETBSD32_INT64_ALIGN macro
/src/sys/arch/arm/include/
H A Dnetbsd32_machdep.h45 #define NETBSD32_INT64_ALIGN __attribute__((__aligned__(4))) macro
47 #define NETBSD32_INT64_ALIGN __attribute__((__aligned__(8))) macro
/src/sys/arch/aarch64/include/
H A Dnetbsd32_machdep.h26 #define NETBSD32_INT64_ALIGN __attribute__((__aligned__(8))) macro
/src/sys/arch/amd64/include/
H A Dnetbsd32_machdep.h34 #define NETBSD32_INT64_ALIGN __attribute__((__aligned__(4))) macro
/src/sys/compat/netbsd32/
H A Dnetbsd32.h165 typedef int64_t netbsd32_int64 NETBSD32_INT64_ALIGN; typedef in typeref:typename:int64_t netbsd32_int64
166 typedef uint64_t netbsd32_uint64 NETBSD32_INT64_ALIGN; typedef in typeref:typename:uint64_t netbsd32_uint64

Completed in 9 milliseconds