Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/dev/i386/
H A Dunix_signal.c188 void * state, *fpstate; in sendsig() local
238 fpstate = (void *)&mctxp->mctx_avx64_full.fs; in sendsig()
243 fpstate = (void *)&mctxp->mctx_avx64.fs; in sendsig()
275 if (thread_getstatus(thread, flavor, (thread_state_t)fpstate, &state_count) != KERN_SUCCESS) { in sendsig()