Home
last modified time | relevance | path

Searched defs:SA32 (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/uts/intel/ia32/sys/
H A Dstack.h67 #define SA32(x) (((x)+(STACK_ALIGN32-1)) & ~(STACK_ALIGN32-1)) macro
/titanic_51/usr/src/uts/sparc/sys/
H A Dstack.h76 #define SA32(X) (((X)+(STACK_ALIGN32-1)) & ~(STACK_ALIGN32-1)) macro