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

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dcframe.h41 #define C_ARGSAVE_LEN 64 /* at least 64 bytes of arg save */ macro
45 #define C_ARGSAVE_LEN 32 /* at least 32 bytes of arg save */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c890 ts64->r1 = (uint64_t)(th_stack - C_ARGSAVE_LEN - C_RED_ZONE);
2004 ts64->r1 = (uint64_t)((tl->th_stackaddr + PTH_DEFAULT_STACKSIZE + PTH_DEFAULT_GUARDSIZE) - C_ARGSAVE_LEN - C_RED_ZONE);

Completed in 77 milliseconds