Searched refs:kvm_request_pending (Results 1 – 10 of 10) sorted by relevance
15 bool kvm_request_pending(struct kvm_vcpu *vcpu);191 thread checks kvm_request_pending() before entering guest mode and that a194 kvm_request_pending() check and before it has entered guest mode, as kick202 the last kvm_request_pending() check;208 !kvm_request_pending() on its last check and then not receiving an IPI for220 if (kvm_request_pending(vcpu)) { if (READ_ONCE(vcpu->mode) ==260 receiving VCPU, as the final kvm_request_pending() check does for
696 if (kvm_request_pending(vcpu)) { in kvm_riscv_check_vcpu_requests()956 kvm_request_pending(vcpu) || in kvm_arch_vcpu_ioctl_run()
213 if (!kvm_request_pending(vcpu)) in kvm_check_requests()302 if (kvm_request_pending(vcpu) || xfer_to_guest_mode_work_pending()) { in kvm_pre_enter_guest()
1023 if (kvm_request_pending(vcpu)) { in check_vcpu_requests()1121 return kvm_request_pending(vcpu) || in kvm_vcpu_exit_request()
52 return !!(v->arch.pending_exceptions) || kvm_request_pending(v); in kvm_arch_vcpu_runnable()114 if (kvm_request_pending(vcpu)) { in kvmppc_prepare_to_enter()
717 if (kvm_request_pending(vcpu)) { in kvmppc_core_prepare_to_enter()
2254 static inline bool kvm_request_pending(struct kvm_vcpu *vcpu) in kvm_request_pending() function
2439 if (!kvm_request_pending(vcpu)) in kvm_vz_check_requests()
2133 kvm_request_pending(vcpu) || xfer_to_guest_mode_work_pending(); in kvm_vcpu_exit_request()10654 if (kvm_request_pending(vcpu)) { in vcpu_enter_guest()
4592 if (!kvm_request_pending(vcpu)) in kvm_s390_handle_requests()