Searched refs:STACK_ALIGN (Results 1 – 4 of 4) sorted by relevance
109 #define STACK_ALIGN STACK_ALIGN64 macro118 #define STACK_ALIGN STACK_ALIGN32130 #if STACK_ALIGN == 4134 ASSERT((((uintptr_t)&__tmp) & (STACK_ALIGN - 1)) == 0); \136 #elif (STACK_ALIGN == 16) && (_LONG_DOUBLE_ALIGNMENT == 16)140 ASSERT((((uintptr_t)&__tmp) & (STACK_ALIGN - 1)) == 0); \
68 #define STACK_ALIGN 8 macro70 #define STACK_ALIGN 16 macro
134 & ~(STACK_ALIGN - 1)); in sendsig()137 sizeof(struct sigframe)) & ~(STACK_ALIGN - 1)); in sendsig()414 td->td_frame->sp = ((register_t)stack) & ~(STACK_ALIGN - 1); in exec_setregs()
420 sp = (((intptr_t)stack->ss_sp + stack->ss_size) & ~(STACK_ALIGN - 1)) - in cpu_set_upcall()