Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dcapabilities.h251 SECONDARY_EXEC_XSAVES; in cpu_has_vmx_xsaves()
Dnested.h171 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_cpu_has_xsaves()
Dnested.c2271 SECONDARY_EXEC_XSAVES | in prepare_vmcs02_early()
6127 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES); in nested_vmx_l1_wants_exit()
6685 SECONDARY_EXEC_XSAVES | in nested_vmx_setup_ctls_msrs()
Dvmx.c2537 SECONDARY_EXEC_XSAVES | in setup_vmcs_config()
4374 SECONDARY_EXEC_XSAVES, in vmx_secondary_exec_control()
/arch/x86/include/asm/
Dvmx.h71 #define SECONDARY_EXEC_XSAVES VMCS_CONTROL_BIT(XSAVES) macro