Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/intel/ia32/sys/
H A Dstack.h107 #define SA64(x) (((x)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1)) macro
/titanic_51/usr/src/uts/sparc/sys/
H A Dstack.h110 #define SA64(X) (((X)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1)) macro