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

/illumos-gate/usr/src/uts/sparc/sys/
H A Dstack.h74 #define STACK_ALIGN32 8 macro
76 #define SA32(X) (((X)+(STACK_ALIGN32-1)) & ~(STACK_ALIGN32-1))
130 #define STACK_ALIGN STACK_ALIGN32
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dstack.h64 #define STACK_ALIGN32 4 macro
67 #define SA32(x) (((x)+(STACK_ALIGN32-1)) & ~(STACK_ALIGN32-1))
120 #define STACK_ALIGN STACK_ALIGN32

Completed in 45 milliseconds