Searched refs:SECONDARY_EXEC_ENABLE_EPT (Results 1 – 7 of 7) sorted by relevance
143 SECONDARY_EXEC_ENABLE_EPT; in cpu_has_vmx_ept()
166 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_EPT); in nested_cpu_has_ept()
2435 SECONDARY_EXEC_ENABLE_EPT | in setup_vmcs_config()2476 if (_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_EPT) { in setup_vmcs_config()4204 exec_control &= ~SECONDARY_EXEC_ENABLE_EPT; in vmx_secondary_exec_control()5851 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT)) in dump_vmcs()
5376 SECONDARY_EXEC_ENABLE_EPT) || in handle_invept()6598 SECONDARY_EXEC_ENABLE_EPT; in nested_vmx_setup_ctls_msrs()
46 #define SECONDARY_EXEC_ENABLE_EPT 0x00000002 macro
53 #define SECONDARY_EXEC_ENABLE_EPT VMCS_CONTROL_BIT(EPT) macro
224 sec_exec_ctl |= SECONDARY_EXEC_ENABLE_EPT; in init_vmcs_control_fields()
Completed in 37 milliseconds