Searched refs:tstate64 (Results 1 – 1 of 1) sorted by relevance
230 x86_thread_state64_t *tstate64; in sendsig() local286 tstate64 = &mctxp->mctx_avx64.ss; in sendsig()296 if ((sig_xstate & STATE64_FULL) && tstate64->cs != USER64_CS) { in sendsig()299 ua_sp = tstate64->rsp; in sendsig()361 sinfo64.pad[0] = tstate64->rsp; in sendsig()362 sinfo64.si_addr = tstate64->rip; in sendsig()364 tstate64->rip = trampact; in sendsig()365 tstate64->rsp = ua_fp; in sendsig()366 tstate64->rflags = get_eflags_exportmask(); in sendsig()371 tstate64->cs = USER64_CS; in sendsig()[all …]