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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c80 #define C_64_REDZONE_LEN 128 macro
231 ua_sp -= C_64_REDZONE_LEN;
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c154 #define C_64_REDZONE_LEN 128 macro
338 ts64->rsp = (uint64_t)(th_stack - C_64_REDZONE_LEN);
2276 ts64->rsp = (uint64_t)((tl->th_stackaddr + PTH_DEFAULT_STACKSIZE + PTH_DEFAULT_GUARDSIZE) - C_64_REDZONE_LEN);

Completed in 26 milliseconds