HomeSort by: relevance | last modified time | path
    Searched defs:NETBSD32_INT64_ALIGN (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/riscv/include/
netbsd32_machdep.h 46 #define NETBSD32_INT64_ALIGN
  /src/sys/arch/powerpc/include/
netbsd32_machdep.h 39 #define NETBSD32_INT64_ALIGN
  /src/sys/arch/mips/include/
netbsd32_machdep.h 43 #define NETBSD32_INT64_ALIGN
  /src/sys/arch/sparc64/include/
netbsd32_machdep.h 41 #define NETBSD32_INT64_ALIGN
  /src/sys/arch/arm/include/
netbsd32_machdep.h 45 #define NETBSD32_INT64_ALIGN __attribute__((__aligned__(4)))
47 #define NETBSD32_INT64_ALIGN __attribute__((__aligned__(8)))
  /src/sys/arch/aarch64/include/
netbsd32_machdep.h 26 #define NETBSD32_INT64_ALIGN __attribute__((__aligned__(8)))
  /src/sys/arch/amd64/include/
netbsd32_machdep.h 34 #define NETBSD32_INT64_ALIGN __attribute__((__aligned__(4)))
  /src/sys/compat/netbsd32/
netbsd32.h 163 * NETBSD32_INT64_ALIGN may be __attribute__((__aligned__(4)))
165 typedef int64_t netbsd32_int64 NETBSD32_INT64_ALIGN;
166 typedef uint64_t netbsd32_uint64 NETBSD32_INT64_ALIGN;
167 #undef NETBSD32_INT64_ALIGN

Completed in 28 milliseconds