Searched refs:mctxp (Results 1 – 1 of 1) sorted by relevance
174 } mctx_store, *mctxp = &mctx_store; in sendsig() local219 bzero(mctxp, sizeof(*mctxp)); in sendsig()238 fpstate = (void *)&mctxp->mctx_avx64_full.fs; in sendsig()243 fpstate = (void *)&mctxp->mctx_avx64.fs; in sendsig()245 state = (void *)&mctxp->mctx_avx64.ss; in sendsig()262 if ((sig_xstate & STATE64_FULL) && mctxp->mctx_avx64.ss.cs != USER64_CS) { in sendsig()281 state = (void *)&mctxp->mctx_avx64.es; in sendsig()286 tstate64 = &mctxp->mctx_avx64.ss; in sendsig()301 ua_cr2 = mctxp->mctx_avx64.es.faultvaddr; in sendsig()388 mctxp->mctx_avx64_full.ss.ss = USER64_DS; in sendsig()[all …]