Searched refs:VMX_EPT_PAGE_WALK_4_BIT (Results 1 – 3 of 3) sorted by relevance
282 return vmx_capability.ept & VMX_EPT_PAGE_WALK_4_BIT; in cpu_has_vmx_ept_4levels()
5924 msrs->ept_caps = VMX_EPT_PAGE_WALK_4_BIT | in nested_vmx_setup_ctls_msrs()
462 #define VMX_EPT_PAGE_WALK_4_BIT (1ull << 6) macro