Home
last modified time | relevance | path

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

/arch/x86/include/asm/fpu/
Dinternal.h196 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" macro
234 XSAVES, X86_FEATURE_XSAVES) \
/arch/x86/include/asm/
Dvmx.h71 #define SECONDARY_EXEC_XSAVES VMCS_CONTROL_BIT(XSAVES)
/arch/x86/kvm/
Dcpuid.c473 F(XSAVEOPT) | F(XSAVEC) | F(XGETBV1) | F(XSAVES) in kvm_set_cpu_caps()
788 if (entry->eax & (F(XSAVES)|F(XSAVEC))) in __do_cpuid_func()
/arch/x86/kernel/fpu/
Dxstate.c1257 XSTATE_OP(XSAVES, xstate, (u32)mask, (u32)(mask >> 32), err); in xsaves()