Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h81 SECONDARY_EXEC_ENABLE_XSAVES | \
H A Dcapabilities.h253 SECONDARY_EXEC_ENABLE_XSAVES; in cpu_has_vmx_xsaves()
H A Dnested.h196 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_XSAVES); in nested_cpu_has_xsaves()
H A Dvmx.h570 SECONDARY_EXEC_ENABLE_XSAVES | \
H A Dnested.c2413 SECONDARY_EXEC_ENABLE_XSAVES | in prepare_vmcs02_early()
6553 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_XSAVES); in nested_vmx_l1_wants_exit()
7099 SECONDARY_EXEC_ENABLE_XSAVES | in nested_vmx_setup_secondary_ctls()
/linux-6.15/arch/x86/include/asm/
H A Dvmx.h76 #define SECONDARY_EXEC_ENABLE_XSAVES VMCS_CONTROL_BIT(XSAVES) macro