Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dvmx.h485 #define VMX_EPTP_AD_ENABLE_BIT (1ull << 6) macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c5315 eptp |= VMX_EPTP_AD_ENABLE_BIT; in construct_eptp()
9256 if (address & VMX_EPTP_AD_ENABLE_BIT) { in valid_ept_address()
9284 accessed_dirty = !!(address & VMX_EPTP_AD_ENABLE_BIT); in nested_vmx_eptp_switching()
11326 return nested_ept_get_cr3(vcpu) & VMX_EPTP_AD_ENABLE_BIT; in nested_ept_ad_enabled()