Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.h78 return nested_ept_get_eptp(vcpu) & VMX_EPTP_AD_ENABLE_BIT; in nested_ept_ad_enabled()
H A Dnested.c2739 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) { in nested_vmx_check_eptp()
H A Dvmx.c3388 eptp |= VMX_EPTP_AD_ENABLE_BIT; in construct_eptp()
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h506 #define VMX_EPTP_AD_ENABLE_BIT (1ull << 6) macro