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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c147 user_addr_t ua_fp; local
244 * (Note that we use 'ua_fp' as the base of the stack going forward)
246 ua_fp = TRUNC_DOWN64(ua_sp, C_64_STK_ALIGN);
252 ua_fp -= sizeof(user_addr_t);
261 uctx64.uc_stack.ss_sp = ua_fp;
281 tstate64->rsp = ua_fp;
354 ua_fp = ua_sp;
360 ua_fp = TRUNC_DOWN32(ua_fp, C_32_STK_ALIGN);
366 ua_fp
[all...]

Completed in 21 milliseconds