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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dunix_signal.c78 #define C_64_REDZONE_LEN 128 macro
182 ua_sp -= C_64_REDZONE_LEN;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c72 #define C_64_REDZONE_LEN 320 macro
380 sp = TRUNC_DOWN64(sp, C_64_REDZONE_LEN, C_64_STK_ALIGN);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c144 #define C_64_REDZONE_LEN 128 macro
939 ts64->rsp = (uint64_t)(th_stack - C_64_REDZONE_LEN);
2054 ts64->rsp = (uint64_t)((tl->th_stackaddr + PTH_DEFAULT_STACKSIZE + PTH_DEFAULT_GUARDSIZE) - C_64_REDZONE_LEN);

Completed in 44 milliseconds