Searched refs:C_32_STK_ALIGN (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c56 #define C_32_STK_ALIGN 16 macro
174 ua_sp = TRUNC_DOWN32(ua_sp, C_32_STK_ALIGN);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c78 #define C_32_STK_ALIGN 16 macro
360 ua_fp = TRUNC_DOWN32(ua_fp, C_32_STK_ALIGN);
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c152 #define C_32_STK_ALIGN 16 macro
320 ts->esp = (int)((vm_offset_t)(th_stack-C_32_STK_ALIGN));
361 ts->sp = (int)((vm_offset_t)(th_stack-C_32_STK_ALIGN));
2257 ts->esp = (int)((vm_offset_t)((tl->th_stackaddr + PTH_DEFAULT_STACKSIZE + PTH_DEFAULT_GUARDSIZE) - C_32_STK_ALIGN));

Completed in 76 milliseconds