Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/i386/ !
H A Dfpu.c728 xstate_t new_xstate = new ? thread_xstate(new) : fpu_default; in fpu_switch_context() local
761 if (new_xstate != (xstate_t) cdp->cpu_xstate) { in fpu_switch_context()
763 old, new, xstate_name[new_xstate]); in fpu_switch_context()
764 xsetbv(0, xstate_xmask[new_xstate]); in fpu_switch_context()
765 cdp->cpu_xstate = new_xstate; in fpu_switch_context()