Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/vmx/
Dcapabilities.h297 return vmx_capability.ept & VMX_EPT_PAGE_WALK_5_BIT; in cpu_has_vmx_ept_5levels()
Dnested.c2677 if (CC(!(vmx->nested.msrs.ept_caps & VMX_EPT_PAGE_WALK_5_BIT))) in nested_vmx_check_eptp()
6698 VMX_EPT_PAGE_WALK_5_BIT | in nested_vmx_setup_ctls_msrs()
/linux-5.19.10/arch/x86/include/asm/
Dvmx.h471 #define VMX_EPT_PAGE_WALK_5_BIT (1ull << 7) macro