Searched refs:tstate32 (Results 1 – 1 of 1) sorted by relevance
405 x86_thread_state32_t *tstate32; in sendsig() local431 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() local713 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 …]