Searched refs:new_xstate (Results 1 – 1 of 1) sorted by relevance
728 xstate_t new_xstate = new ? thread_xstate(new) : fpu_default; in fpu_switch_context() local761 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()