Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h51 #define SECONDARY_EXEC_ENABLE_EPT 0x00000002 macro
/Linux-v4.19/arch/x86/include/asm/
Dvmx.h63 #define SECONDARY_EXEC_ENABLE_EPT 0x00000002 macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c1845 SECONDARY_EXEC_ENABLE_EPT; in cpu_has_vmx_ept()
2002 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_EPT); in nested_cpu_has_ept()
3612 SECONDARY_EXEC_ENABLE_EPT; in nested_vmx_setup_ctls_msrs()
4553 SECONDARY_EXEC_ENABLE_EPT | in setup_vmcs_config()
4589 if (_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_EPT) { in setup_vmcs_config()
6439 exec_control &= ~SECONDARY_EXEC_ENABLE_EPT; in vmx_compute_secondary_exec_control()
8960 SECONDARY_EXEC_ENABLE_EPT) || in handle_invept()
9916 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT) && in dump_vmcs()
10019 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT)) in dump_vmcs()