Home
last modified time | relevance | path

Searched refs:VMX_EPTP_AD_ENABLE_BIT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.h69 return nested_ept_get_cr3(vcpu) & VMX_EPTP_AD_ENABLE_BIT; in nested_ept_ad_enabled()
Dnested.c2479 if (address & VMX_EPTP_AD_ENABLE_BIT) { in valid_ept_address()
5061 accessed_dirty = !!(address & VMX_EPTP_AD_ENABLE_BIT); in nested_vmx_eptp_switching()
Dvmx.c2989 eptp |= VMX_EPTP_AD_ENABLE_BIT; in construct_eptp()
/Linux-v5.4/arch/x86/include/asm/
Dvmx.h483 #define VMX_EPTP_AD_ENABLE_BIT (1ull << 6) macro