Home
last modified time | relevance | path

Searched refs:xfer_to_guest_mode_work_pending (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dentry-kvm.h61 * to xfer_to_guest_mode_work_pending().
74 * Bare variant of xfer_to_guest_mode_work_pending(). Can be called from
85 * xfer_to_guest_mode_work_pending - Check if work is pending which needs to be
93 static inline bool xfer_to_guest_mode_work_pending(void) in xfer_to_guest_mode_work_pending() function
/linux/arch/riscv/kvm/
H A Dvcpu.c957 xfer_to_guest_mode_work_pending()) { in kvm_arch_vcpu_ioctl_run()
/linux/arch/loongarch/kvm/
H A Dvcpu.c302 if (kvm_request_pending(vcpu) || xfer_to_guest_mode_work_pending()) { in kvm_pre_enter_guest()
/linux/arch/arm64/kvm/
H A Darm.c1122 xfer_to_guest_mode_work_pending(); in kvm_vcpu_exit_request()
/linux/arch/x86/kvm/
H A Dx86.c2133 kvm_request_pending(vcpu) || xfer_to_guest_mode_work_pending(); in kvm_vcpu_exit_request()