Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/entry/
Dkvm.c31 int xfer_to_guest_mode_handle_work(struct kvm_vcpu *vcpu) in xfer_to_guest_mode_handle_work() function
49 EXPORT_SYMBOL_GPL(xfer_to_guest_mode_handle_work);
/Linux-v5.10/include/linux/
Dentry-kvm.h47 int xfer_to_guest_mode_handle_work(struct kvm_vcpu *vcpu);
/Linux-v5.10/arch/x86/kvm/
Dx86.c9114 r = xfer_to_guest_mode_handle_work(vcpu); in vcpu_run()