Home
last modified time | relevance | path

Searched refs:SECONDARY_EXEC_XSAVES (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/x86/kvm/vmx/
Dcapabilities.h251 SECONDARY_EXEC_XSAVES; in cpu_has_vmx_xsaves()
Dnested.h172 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_cpu_has_xsaves()
Dnested.c2280 SECONDARY_EXEC_XSAVES | in prepare_vmcs02_early()
6120 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_vmx_l1_wants_exit()
6682 SECONDARY_EXEC_XSAVES | in nested_vmx_setup_ctls_msrs()
Dvmx.c2544 SECONDARY_EXEC_XSAVES | in setup_vmcs_config()
4411 SECONDARY_EXEC_XSAVES, in vmx_secondary_exec_control()
/linux-5.19.10/arch/x86/include/asm/
Dvmx.h71 #define SECONDARY_EXEC_XSAVES VMCS_CONTROL_BIT(XSAVES) macro