Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/dev/i386/
H A Dunix_signal.c405 x86_thread_state32_t *tstate32; in sendsig() local
431 tstate32 = &mctxp->mctx_avx32.ss; in sendsig()
441 ua_sp = tstate32->esp; in sendsig()
521 sinfo64.pad[0] = tstate32->esp; in sendsig()
522 sinfo64.si_addr = tstate32->eip; in sendsig()
679 x86_thread_state32_t *tstate32; in sendsig() local
713 tstate32 = &mctxp->mctx_avx32.ss; in sendsig()
715 tstate32->eip = CAST_DOWN_EXPLICIT(user32_addr_t, trampact); in sendsig()
716 tstate32->esp = CAST_DOWN_EXPLICIT(user32_addr_t, ua_fp); in sendsig()
718 tstate32->eflags = get_eflags_exportmask(); in sendsig()
[all …]