Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dstack.h110 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN64 macro
119 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN32
/illumos-gate/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
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c78 ucp->uc_stack.ss_size - size) & ~(STACK_ENTRY_ALIGN - 1)); in makecontext()
81 sp -= STACK_ENTRY_ALIGN / sizeof (*sp); in makecontext()
/illumos-gate/usr/src/uts/intel/os/
H A Dsendsig.c156 #if STACK_ALIGN != 16 || STACK_ENTRY_ALIGN != 8 in sendsig()
196 ASSERT((minstacksz & (STACK_ENTRY_ALIGN - 1ul)) == 0); in sendsig()
222 fp = (caddr_t)((uintptr_t)fp & ~(STACK_ENTRY_ALIGN - 1ul)); in sendsig()
237 sp -= STACK_ENTRY_ALIGN; in sendsig()
H A Dsundep.c270 ASSERT(((uintptr_t)t->t_stk & (STACK_ENTRY_ALIGN - 1)) == 0); in thread_load()
301 ASSERT((t->t_sp & (STACK_ENTRY_ALIGN - 1)) == 0); in thread_load()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c195 ktop -= STACK_ENTRY_ALIGN; in stacks_findstack()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c351 tp->t_sp -= STACK_ENTRY_ALIGN; /* fake a call */ in mp_cpu_configure_common()