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

/illumos-gate/usr/src/uts/sparc/sys/
H A Dstack.h108 #define STACK_ALIGN64 16 macro
110 #define SA64(X) (((X)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1))
113 (STACK_ALIGN64-1)) == 0)
119 #define STACK_ALIGN STACK_ALIGN64
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dstack.h104 #define STACK_ALIGN64 16 macro
107 #define SA64(x) (((x)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1))
111 #define STACK_ALIGN STACK_ALIGN64

Completed in 64 milliseconds