Searched refs:VMX_EPT_EXECUTE_ONLY_BIT (Results 1 – 3 of 3) sorted by relevance
299 return vmx_capability.ept & VMX_EPT_EXECUTE_ONLY_BIT; in cpu_has_vmx_ept_execute_only()
468 bool execonly = vmx->nested.msrs.ept_caps & VMX_EPT_EXECUTE_ONLY_BIT; in nested_ept_new_eptp()7254 VMX_EPT_EXECUTE_ONLY_BIT; in nested_vmx_setup_secondary_ctls()
517 #define VMX_EPT_EXECUTE_ONLY_BIT (1ull) macro