Searched refs:VMX_EPT_PAGE_WALK_5_BIT (Results 1 – 4 of 4) sorted by relevance
76 if (ept & VMX_EPT_PAGE_WALK_5_BIT) in init_vmx_capabilities()
303 return vmx_capability.ept & VMX_EPT_PAGE_WALK_5_BIT; in cpu_has_vmx_ept_5levels()
2828 if (CC(!(vmx->nested.msrs.ept_caps & VMX_EPT_PAGE_WALK_5_BIT))) in nested_vmx_check_eptp()7134 VMX_EPT_PAGE_WALK_5_BIT | in nested_vmx_setup_secondary_ctls()
510 #define VMX_EPT_PAGE_WALK_5_BIT (1ull << 7) macro
Completed in 23 milliseconds