Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dcapabilities.h247 SECONDARY_EXEC_XSAVES; in vmx_xsaves_supported()
Dnested.h184 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_cpu_has_xsaves()
Dnested.c2112 SECONDARY_EXEC_XSAVES | in prepare_vmcs02_early()
5478 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_vmx_exit_reflected()
5911 SECONDARY_EXEC_XSAVES; in nested_vmx_setup_ctls_msrs()
Dvmx.c2386 SECONDARY_EXEC_XSAVES | in setup_vmcs_config()
4050 exec_control &= ~SECONDARY_EXEC_XSAVES; in vmx_compute_secondary_exec_control()
4055 SECONDARY_EXEC_XSAVES; in vmx_compute_secondary_exec_control()
4058 ~SECONDARY_EXEC_XSAVES; in vmx_compute_secondary_exec_control()
/Linux-v5.4/arch/x86/include/asm/
Dvmx.h68 #define SECONDARY_EXEC_XSAVES 0x00100000 macro