Home
last modified time | relevance | path

Searched refs:STACK_ALIGN64 (Results 1 – 3 of 3) 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/sys/
H A Dstack.h102 #define STACK_ALIGN64 16 macro
105 #define SA64(x) (((x)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1))
109 #define STACK_ALIGN STACK_ALIGN64
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c649 stack_align = STACK_ALIGN64; in flush_user_windows_to_stack()