Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dfpu.c666 xstate_t new_xstate = new ? thread_xstate(new) : fpu_default; in fpu_switch_context() local
699 if (new_xstate != (xstate_t) cdp->cpu_xstate) { in fpu_switch_context()
701 old, new, xstate_name[new_xstate]); in fpu_switch_context()
702 xsetbv(0, xstate_xmask[new_xstate]); in fpu_switch_context()
703 cdp->cpu_xstate = new_xstate; in fpu_switch_context()