Home
last modified time | relevance | path

Searched refs:_ALIGNBYTES (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A D_align.h49 #define _ALIGNBYTES (sizeof(register_t) - 1) macro
50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dparam.h71 #define ALIGNBYTES _ALIGNBYTES
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dparam.h78 #define ALIGNBYTES _ALIGNBYTES