Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c220 sec_exec_ctl |= SECONDARY_EXEC_ENABLE_EPT; in init_vmcs_control_fields()
388 return ctrl & SECONDARY_EXEC_ENABLE_EPT; in kvm_cpu_has_ept()
/linux/arch/x86/kvm/vmx/
H A Dnested.h191 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_EPT); in nested_cpu_has_ept()
H A Dnested.c3623 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()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h46 #define SECONDARY_EXEC_ENABLE_EPT 0x00000002 macro