Home
last modified time | relevance | path

Searched refs:nested_ept_ad_enabled (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/kvm/vmx/
Dnested.h76 static inline bool nested_ept_ad_enabled(struct kvm_vcpu *vcpu) in nested_ept_ad_enabled() function
Dnested.c407 nested_ept_ad_enabled(vcpu), in nested_ept_new_eptp()
Dvmx.c3235 (!is_guest_mode(vcpu) || nested_ept_ad_enabled(vcpu))) in construct_eptp()