Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/include/linux/
Dentry-kvm.h52 int xfer_to_guest_mode_handle_work(struct kvm_vcpu *vcpu);
/Linux-v6.1/Documentation/core-api/
Dentry.rst123 vcpu_run() loop via xfer_to_guest_mode_handle_work() which is a subset of
/Linux-v6.1/arch/riscv/kvm/
Dvcpu.c986 ret = xfer_to_guest_mode_handle_work(vcpu); in kvm_arch_vcpu_ioctl_run()
/Linux-v6.1/arch/arm64/kvm/
Darm.c863 ret = xfer_to_guest_mode_handle_work(vcpu); in kvm_arch_vcpu_ioctl_run()
/Linux-v6.1/arch/x86/kvm/
Dx86.c10994 r = xfer_to_guest_mode_handle_work(vcpu); in vcpu_run()