Home
last modified time | relevance | path

Searched refs:VMX_EPTP_AD_ENABLE_BIT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.h84 return nested_ept_get_eptp(vcpu) & VMX_EPTP_AD_ENABLE_BIT; in nested_ept_ad_enabled()
H A Dnested.c2700 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) { in nested_vmx_check_eptp()
H A Dvmx.c3171 eptp |= VMX_EPTP_AD_ENABLE_BIT; in construct_eptp()
/kernel/linux/linux-6.6/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.c2724 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) { in nested_vmx_check_eptp()
H A Dvmx.c3384 eptp |= VMX_EPTP_AD_ENABLE_BIT; in construct_eptp()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dvmx.h488 #define VMX_EPTP_AD_ENABLE_BIT (1ull << 6) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dvmx.h506 #define VMX_EPTP_AD_ENABLE_BIT (1ull << 6) macro

Completed in 42 milliseconds