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

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c100 arm_thread_state_t *tstate32; local
133 tstate32 = &mctx32.ss;
156 ua_sp = tstate32->sp;
199 sinfo32.pad[0] = tstate32->sp;
200 sinfo32.si_addr = tstate32->lr;
277 tstate32->r[0] = ua_catcher;
278 tstate32->r[1] = infostyle;
279 tstate32->r[2] = sig;
280 tstate32->r[3] = ua_sip;
281 tstate32
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c301 x86_thread_state32_t *tstate32; local
330 tstate32 = &mctxp->mctx_avx32.ss;
340 ua_sp = tstate32->esp;
406 sinfo64.pad[0] = tstate32->esp;
407 sinfo64.si_addr = tstate32->eip;
559 x86_thread_state32_t *tstate32; local
592 tstate32 = &mctxp->mctx_avx32.ss;
594 tstate32->eip = CAST_DOWN_EXPLICIT(user32_addr_t, trampact);
595 tstate32->esp = CAST_DOWN_EXPLICIT(user32_addr_t, ua_fp);
597 tstate32
[all...]

Completed in 73 milliseconds