Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/vmx/
Dcapabilities.h255 SECONDARY_EXEC_ENABLE_XSAVES; in cpu_has_vmx_xsaves()
Dnested.h171 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_XSAVES); in nested_cpu_has_xsaves()
Dhyperv.c81 SECONDARY_EXEC_ENABLE_XSAVES | \
Dvmx.h564 SECONDARY_EXEC_ENABLE_XSAVES | \
Dnested.c2310 SECONDARY_EXEC_ENABLE_XSAVES | in prepare_vmcs02_early()
6334 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_XSAVES); in nested_vmx_l1_wants_exit()
6878 SECONDARY_EXEC_ENABLE_XSAVES | in nested_vmx_setup_secondary_ctls()
/linux-6.6.21/arch/x86/include/asm/
Dvmx.h74 #define SECONDARY_EXEC_ENABLE_XSAVES VMCS_CONTROL_BIT(XSAVES) macro