Searched refs:STACK_ENTRY_ALIGN (Results 1 – 7 of 7) sorted by relevance
112 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN64 macro121 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN32
120 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN64 macro131 #define STACK_ENTRY_ALIGN STACK_ENTRY_ALIGN32
73 ucp->uc_stack.ss_size - size) & ~(STACK_ENTRY_ALIGN - 1)); in makecontext()76 sp -= STACK_ENTRY_ALIGN / sizeof (*sp); in makecontext()
150 #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()
267 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()
194 ktop -= STACK_ENTRY_ALIGN; in stacks_findstack()
340 tp->t_sp -= STACK_ENTRY_ALIGN; /* fake a call */ in mp_cpu_configure_common()