Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/i386/
H A Dunix_signal.c187 void * state, *fpstate; in sendsig() local
231 fpstate = (void *)&mctxp->mctx_avx64_full.fs; in sendsig()
236 fpstate = (void *)&mctxp->mctx_avx64.fs; in sendsig()
268 if (thread_getstatus(thread, flavor, (thread_state_t)fpstate, &state_count) != KERN_SUCCESS) { in sendsig()