Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dcapabilities.h143 SECONDARY_EXEC_ENABLE_EPT; in cpu_has_vmx_ept()
Dnested.h166 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_EPT); in nested_cpu_has_ept()
Dvmx.c2528 SECONDARY_EXEC_ENABLE_EPT | in setup_vmcs_config()
2569 if (_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_EPT) { in setup_vmcs_config()
4333 exec_control &= ~SECONDARY_EXEC_ENABLE_EPT; in vmx_secondary_exec_control()
5977 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT)) in dump_vmcs()
Dnested.c5481 SECONDARY_EXEC_ENABLE_EPT) || in handle_invept()
6699 SECONDARY_EXEC_ENABLE_EPT; in nested_vmx_setup_ctls_msrs()
/arch/x86/include/asm/
Dvmx.h53 #define SECONDARY_EXEC_ENABLE_EPT VMCS_CONTROL_BIT(EPT) macro