Searched refs:SECONDARY_EXEC_ENABLE_EPT (Results 1 – 4 of 4) sorted by relevance
220 sec_exec_ctl |= SECONDARY_EXEC_ENABLE_EPT; in init_vmcs_control_fields()388 return ctrl & SECONDARY_EXEC_ENABLE_EPT; in kvm_cpu_has_ept()
191 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_EPT); in nested_cpu_has_ept()
3623 vmcs12->secondary_vm_exec_control & SECONDARY_EXEC_ENABLE_EPT, in nested_vmx_enter_non_root_mode()5970 SECONDARY_EXEC_ENABLE_EPT) || in handle_invept()7236 SECONDARY_EXEC_ENABLE_EPT; in nested_vmx_setup_secondary_ctls()
46 #define SECONDARY_EXEC_ENABLE_EPT 0x00000002 macro