Home
last modified time | relevance | path

Searched refs:STACK_ENTRY_ALIGN (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/sys/
H A Dstack.h112 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN64 macro
121 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN32
/titanic_41/usr/src/uts/sparc/sys/
H A Dstack.h120 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN64 macro
131 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN32
/titanic_41/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c73 ucp->uc_stack.ss_size - size) & ~(STACK_ENTRY_ALIGN - 1)); in makecontext()
76 sp -= STACK_ENTRY_ALIGN / sizeof (*sp); in makecontext()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsendsig.c150 #if STACK_ALIGN != 16 || STACK_ENTRY_ALIGN != 8 in sendsig()
178 ASSERT((minstacksz & (STACK_ENTRY_ALIGN - 1ul)) == 0); in sendsig()
204 fp = (caddr_t)((uintptr_t)fp & ~(STACK_ENTRY_ALIGN - 1ul)); in sendsig()
219 sp -= STACK_ENTRY_ALIGN; in sendsig()
H A Dsundep.c267 ASSERT(((uintptr_t)t->t_stk & (STACK_ENTRY_ALIGN - 1)) == 0); in thread_load()
298 ASSERT((t->t_sp & (STACK_ENTRY_ALIGN - 1)) == 0); in thread_load()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c194 ktop -= STACK_ENTRY_ALIGN; in stacks_findstack()
/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_startup.c340 tp->t_sp -= STACK_ENTRY_ALIGN; /* fake a call */ in mp_cpu_configure_common()