Home
last modified time | relevance | path

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

/openbmc/linux/kernel/entry/
H A 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);
/openbmc/linux/include/linux/
H A Dentry-kvm.h52 int xfer_to_guest_mode_handle_work(struct kvm_vcpu *vcpu);
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu.c670 ret = xfer_to_guest_mode_handle_work(vcpu); in kvm_arch_vcpu_ioctl_run()
/openbmc/linux/Documentation/core-api/
H A Dentry.rst123 vcpu_run() loop via xfer_to_guest_mode_handle_work() which is a subset of
/openbmc/linux/arch/arm64/kvm/
H A Darm.c932 ret = xfer_to_guest_mode_handle_work(vcpu); in kvm_arch_vcpu_ioctl_run()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c11016 r = xfer_to_guest_mode_handle_work(vcpu); in vcpu_run()