Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/i386/
H A Dunix_signal.c398 x86_thread_state32_t *tstate32; in sendsig() local
424 tstate32 = &mctxp->mctx_avx32.ss; in sendsig()
434 ua_sp = tstate32->esp; in sendsig()
514 sinfo64.pad[0] = tstate32->esp; in sendsig()
515 sinfo64.si_addr = tstate32->eip; in sendsig()
672 x86_thread_state32_t *tstate32; in sendsig() local
706 tstate32 = &mctxp->mctx_avx32.ss; in sendsig()
708 tstate32->eip = CAST_DOWN_EXPLICIT(user32_addr_t, trampact); in sendsig()
709 tstate32->esp = CAST_DOWN_EXPLICIT(user32_addr_t, ua_fp); in sendsig()
711 tstate32->eflags = get_eflags_exportmask(); in sendsig()
[all …]