Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dgoverned_features.h9 KVM_GOVERNED_X86_FEATURE(XSAVES)
H A Dcpuid.c717 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 Dxstate.h84 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" macro
117 XSAVES, X86_FEATURE_XSAVES) \
H A Dxstate.c1388 XSTATE_OP(XSAVES, xstate, (u32)mask, (u32)(mask >> 32), err); in xsaves()
/linux/arch/x86/include/asm/
H A Dvmx.h76 #define SECONDARY_EXEC_ENABLE_XSAVES VMCS_CONTROL_BIT(XSAVES)
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv358 0xd, 1, eax, 3, xsaves , XSAVES/XRSTORS instructions (and XSS MSR)
/linux/arch/x86/kvm/vmx/
H A Dvmx.c4655 vmx_adjust_sec_exec_feature(vmx, &exec_control, xsaves, XSAVES); in vmx_secondary_exec_control()