Searched refs:VMX_EPT_AD_BIT (Results 1 – 4 of 4) sorted by relevance
71 if (ept & VMX_EPT_AD_BIT) in init_vmx_capabilities()
335 return vmx_capability.ept & VMX_EPT_AD_BIT; in cpu_has_vmx_ept_ad_bits()
2740 if (CC(!(vmx->nested.msrs.ept_caps & VMX_EPT_AD_BIT))) in nested_vmx_check_eptp()6960 msrs->ept_caps |= VMX_EPT_AD_BIT; in nested_vmx_setup_secondary_ctls()
492 #define VMX_EPT_AD_BIT (1ull << 21) macro