Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dhyperv.h79 SECONDARY_EXEC_ENABLE_EPT | \
Dcapabilities.h150 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.h556 SECONDARY_EXEC_ENABLE_EPT | \
Dnested.c3404 vmcs12->secondary_vm_exec_control & SECONDARY_EXEC_ENABLE_EPT, in nested_vmx_enter_non_root_mode()
5715 SECONDARY_EXEC_ENABLE_EPT) || in handle_invept()
6925 SECONDARY_EXEC_ENABLE_EPT; in nested_vmx_setup_secondary_ctls()
Dvmx.c2637 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_EPT) && in setup_vmcs_config()
4609 exec_control &= ~SECONDARY_EXEC_ENABLE_EPT; in vmx_secondary_exec_control()
6405 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT)) in dump_vmcs()
/arch/x86/include/asm/
Dvmx.h56 #define SECONDARY_EXEC_ENABLE_EPT VMCS_CONTROL_BIT(EPT) macro