Searched refs:XRSTORS (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kernel/fpu/
H A Dxstate.h16 * XRSTORS requires these bits set in xcomp_bv, or it will
84 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f" macro
129 * Use XRSTORS to restore context if it is enabled. XRSTORS supports compact
134 XRSTORS, X86_FEATURE_XSAVES) \
201 * Uses XRSTORS when XSAVES is used, XRSTOR otherwise.
323 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err);
H A Dxstate.c321 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err);
1357 * buffer should be zeroed otherwise a consecutive XRSTORS from that buffer
1379 * otherwise XRSTORS from that buffer can #GP.
1393 XSTATE_OP(XRSTORS, xstate, (u32)mask, (u32)(mask >> 32), err);
1439 * XRSTORS(S): fpu_swap_kvm_fpstate()

Completed in 124 milliseconds