Searched refs:sig_xstate (Results 1 – 1 of 1) sorted by relevance
194 xstate_t sig_xstate; in sendsig() local220 sig_xstate = current_xstate(); in sendsig()232 sig_xstate |= STATE64_FULL; in sendsig()255 if ((sig_xstate & STATE64_FULL) && mctxp->mctx_avx64.ss.cs != USER64_CS) { in sendsig()266 flavor = thread_state64[sig_xstate].flavor; in sendsig()267 state_count = thread_state64[sig_xstate].state_count; in sendsig()289 if ((sig_xstate & STATE64_FULL) && tstate64->cs != USER64_CS) { in sendsig()305 ua_sp -= thread_state64[sig_xstate].mcontext_size; in sendsig()343 uctx64.uc_mcsize = thread_state64[sig_xstate].mcontext_size; in sendsig()350 if (copyout((caddr_t)&mctx_store, ua_mctxp, thread_state64[sig_xstate].mcontext_size)) { in sendsig()[all …]