Searched refs:mctxp (Results 1 – 1 of 1) sorted by relevance
173 } mctx_store, *mctxp = &mctx_store; in sendsig() local218 bzero(mctxp, sizeof(*mctxp)); in sendsig()231 fpstate = (void *)&mctxp->mctx_avx64_full.fs; in sendsig()236 fpstate = (void *)&mctxp->mctx_avx64.fs; in sendsig()238 state = (void *)&mctxp->mctx_avx64.ss; in sendsig()255 if ((sig_xstate & STATE64_FULL) && mctxp->mctx_avx64.ss.cs != USER64_CS) { in sendsig()274 state = (void *)&mctxp->mctx_avx64.es; in sendsig()279 tstate64 = &mctxp->mctx_avx64.ss; in sendsig()294 ua_cr2 = mctxp->mctx_avx64.es.faultvaddr; in sendsig()381 mctxp->mctx_avx64_full.ss.ss = USER64_DS; in sendsig()[all …]