Searched refs:SECONDARY_EXEC_ENABLE_EPT (Results 1 – 9 of 9) sorted by relevance
76 SECONDARY_EXEC_ENABLE_EPT | \
148 SECONDARY_EXEC_ENABLE_EPT; in cpu_has_vmx_ept()
173 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_EPT); in nested_cpu_has_ept()
560 SECONDARY_EXEC_ENABLE_EPT | \
3512 vmcs12->secondary_vm_exec_control & SECONDARY_EXEC_ENABLE_EPT, in nested_vmx_enter_non_root_mode()5852 SECONDARY_EXEC_ENABLE_EPT) || in handle_invept()7078 SECONDARY_EXEC_ENABLE_EPT; in nested_vmx_setup_secondary_ctls()
2664 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_EPT) && in setup_vmcs_config()4619 exec_control &= ~SECONDARY_EXEC_ENABLE_EPT; in vmx_secondary_exec_control()6419 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT)) in dump_vmcs()
211 sec_exec_ctl |= SECONDARY_EXEC_ENABLE_EPT; in init_vmcs_control_fields()536 return ctrl & SECONDARY_EXEC_ENABLE_EPT; in kvm_cpu_has_ept()
48 #define SECONDARY_EXEC_ENABLE_EPT 0x00000002 macro
57 #define SECONDARY_EXEC_ENABLE_EPT VMCS_CONTROL_BIT(EPT) macro
Completed in 44 milliseconds