Searched defs:uint64_aligned_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_32.h114 typedef struct { union { type *p; uint64_aligned_t q; }; } \
125 typedef struct { union { type *p; uint64_aligned_t q; } u; }\
135 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h658 #ifndef uint64_aligned_t
659 #define uint64_aligned_t uint64_t macro

Completed in 59 milliseconds