Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dcapabilities.h250 SECONDARY_EXEC_XSAVES; in cpu_has_vmx_xsaves()
Dnested.h176 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_cpu_has_xsaves()
Dnested.c2291 SECONDARY_EXEC_XSAVES | in prepare_vmcs02_early()
5901 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_vmx_l1_wants_exit()
6414 SECONDARY_EXEC_XSAVES; in nested_vmx_setup_ctls_msrs()
Dvmx.c2424 SECONDARY_EXEC_XSAVES | in setup_vmcs_config()
4252 SECONDARY_EXEC_XSAVES, in vmx_compute_secondary_exec_control()
/Linux-v5.10/arch/x86/include/asm/
Dvmx.h71 #define SECONDARY_EXEC_XSAVES VMCS_CONTROL_BIT(XSAVES) macro