Home
last modified time | relevance | path

Searched refs:STACK_ALIGN (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ia32/
H A Dstack.h109 #define STACK_ALIGN STACK_ALIGN64 macro
118 #define STACK_ALIGN STACK_ALIGN32
130 #if STACK_ALIGN == 4
134 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); \
/f-stack/freebsd/mips/include/
H A Dabi.h68 #define STACK_ALIGN 8 macro
70 #define STACK_ALIGN 16 macro
/f-stack/freebsd/mips/mips/
H A Dpm_machdep.c134 & ~(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()
H A Dvm_machdep.c420 sp = (((intptr_t)stack->ss_sp + stack->ss_size) & ~(STACK_ALIGN - 1)) - in cpu_set_upcall()