Searched refs:tstate64 (Results 1 – 1 of 1) sorted by relevance
223 x86_thread_state64_t *tstate64; in sendsig() local279 tstate64 = &mctxp->mctx_avx64.ss; in sendsig()289 if ((sig_xstate & STATE64_FULL) && tstate64->cs != USER64_CS) { in sendsig()292 ua_sp = tstate64->rsp; in sendsig()354 sinfo64.pad[0] = tstate64->rsp; in sendsig()355 sinfo64.si_addr = tstate64->rip; in sendsig()357 tstate64->rip = trampact; in sendsig()358 tstate64->rsp = ua_fp; in sendsig()359 tstate64->rflags = get_eflags_exportmask(); in sendsig()364 tstate64->cs = USER64_CS; in sendsig()[all …]