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

/linux-master/arch/x86/kvm/vmx/
H A Dnested.h79 return nested_ept_get_eptp(vcpu) & VMX_EPTP_AD_ENABLE_BIT;
H A Dnested.c2760 if (new_eptp & VMX_EPTP_AD_ENABLE_BIT) {
H A Dvmx.c3373 eptp |= VMX_EPTP_AD_ENABLE_BIT;
/linux-master/arch/x86/include/asm/
H A Dvmx.h507 #define VMX_EPTP_AD_ENABLE_BIT (1ull << 6) macro

Completed in 141 milliseconds