Searched refs:XSAVES (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | governed_features.h | 9 KVM_GOVERNED_X86_FEATURE(XSAVES)
|
H A D | cpuid.c | 717 F(XSAVEOPT) | F(XSAVEC) | F(XGETBV1) | F(XSAVES) | f_xfd in kvm_set_cpu_caps() 1079 if (entry->eax & (F(XSAVES)|F(XSAVEC))) in __do_cpuid_func()
|
/linux/arch/x86/kernel/fpu/ |
H A D | xstate.h | 84 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" macro 117 XSAVES, X86_FEATURE_XSAVES) \
|
H A D | xstate.c | 1388 XSTATE_OP(XSAVES, xstate, (u32)mask, (u32)(mask >> 32), err); in xsaves()
|
/linux/arch/x86/include/asm/ |
H A D | vmx.h | 76 #define SECONDARY_EXEC_ENABLE_XSAVES VMCS_CONTROL_BIT(XSAVES)
|
/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 358 …0xd, 1, eax, 3, xsaves , XSAVES/XRSTORS instructions (and XSS MS…
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 4657 vmx_adjust_sec_exec_feature(vmx, &exec_control, xsaves, XSAVES); in vmx_secondary_exec_control()
|