Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dxstate.h116 #define XSAVES "xsaves" REX_SUFFIX " %[xa]" macro
153 XSAVES, X86_FEATURE_XSAVES) \
H A Dxstate.c1450 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/arch/x86/kvm/
H A Dcpuid.c1069 F(XSAVES), in kvm_initialize_cpu_caps()
1554 if (entry->eax & (feature_bit(XSAVES) | feature_bit(XSAVEC))) in __do_cpuid_func()
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv359 …0xd, 1, eax, 3, xsaves , XSAVES/XRSTORS instructions (and XSS MS…
/linux/arch/x86/kvm/vmx/
H A Dvmx.c4866 vmx_adjust_sec_exec_feature(vmx, &exec_control, xsaves, XSAVES); in vmx_secondary_exec_control()