Home
last modified time | relevance | path

Searched refs:sig_xstate (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/bsd/dev/i386/
H A Dunix_signal.c195 xstate_t sig_xstate; in sendsig() local
221 sig_xstate = current_xstate(); in sendsig()
239 sig_xstate |= STATE64_FULL; in sendsig()
262 if ((sig_xstate & STATE64_FULL) && mctxp->mctx_avx64.ss.cs != USER64_CS) { in sendsig()
273 flavor = thread_state64[sig_xstate].flavor; in sendsig()
274 state_count = thread_state64[sig_xstate].state_count; in sendsig()
296 if ((sig_xstate & STATE64_FULL) && tstate64->cs != USER64_CS) { in sendsig()
312 ua_sp -= thread_state64[sig_xstate].mcontext_size; in sendsig()
350 uctx64.uc_mcsize = thread_state64[sig_xstate].mcontext_size; in sendsig()
357 if (copyout((caddr_t)&mctx_store, ua_mctxp, thread_state64[sig_xstate].mcontext_size)) { in sendsig()
[all …]