Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dcapabilities.h142 SECONDARY_EXEC_ENABLE_EPT; in cpu_has_vmx_ept()
H A Dnested.h171 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_EPT); in nested_cpu_has_ept()
H A Dvmx.c2508 SECONDARY_EXEC_ENABLE_EPT | in setup_vmcs_config()
2548 if (_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_EPT) { in setup_vmcs_config()
4313 exec_control &= ~SECONDARY_EXEC_ENABLE_EPT; in vmx_compute_secondary_exec_control()
6038 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT)) in dump_vmcs()
H A Dnested.c5379 SECONDARY_EXEC_ENABLE_EPT) || in handle_invept()
6523 SECONDARY_EXEC_ENABLE_EPT; in nested_vmx_setup_ctls_msrs()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h49 #define SECONDARY_EXEC_ENABLE_EPT 0x00000002 macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h53 #define SECONDARY_EXEC_ENABLE_EPT VMCS_CONTROL_BIT(EPT) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c226 sec_exec_ctl |= SECONDARY_EXEC_ENABLE_EPT; in init_vmcs_control_fields()