Home
last modified time | relevance | path

Searched refs:kvm_can_deliver_async_pf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c11261 static bool kvm_can_deliver_async_pf(struct kvm_vcpu *vcpu) in kvm_can_deliver_async_pf() function
11280 if (kvm_hlt_in_guest(vcpu->kvm) && !kvm_can_deliver_async_pf(vcpu)) in kvm_can_do_async_pf()
11298 if (kvm_can_deliver_async_pf(vcpu) && in kvm_arch_async_page_not_present()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c13077 static bool kvm_can_deliver_async_pf(struct kvm_vcpu *vcpu) in kvm_can_deliver_async_pf() function
13110 if (kvm_hlt_in_guest(vcpu->kvm) && !kvm_can_deliver_async_pf(vcpu)) in kvm_can_do_async_pf()
13128 if (kvm_can_deliver_async_pf(vcpu) && in kvm_arch_async_page_not_present()

Completed in 28 milliseconds