Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/fpu/
H A Dxstate.h105 #define XSAVES "xsaves" REX_SUFFIX " %[xa]" macro
142 XSAVES, X86_FEATURE_XSAVES) \
H A Dxstate.c1372 XSTATE_OP(XSAVES, xstate, (u32)mask, (u32)(mask >> 32), err); in xsaves()
/linux-6.15/arch/x86/include/asm/
H A Dvmx.h76 #define SECONDARY_EXEC_ENABLE_XSAVES VMCS_CONTROL_BIT(XSAVES)
/linux-6.15/arch/x86/kvm/
H A Dcpuid.c1022 F(XSAVES), in kvm_set_cpu_caps()
1478 if (entry->eax & (feature_bit(XSAVES) | feature_bit(XSAVEC))) in __do_cpuid_func()
/linux-6.15/tools/arch/x86/kcpuid/
H A Dcpuid.csv358 …0xd, 1, eax, 3, xsaves , XSAVES/XRSTORS instructions (and XSS MS…
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c4675 vmx_adjust_sec_exec_feature(vmx, &exec_control, xsaves, XSAVES); in vmx_secondary_exec_control()