Home
last modified time | relevance | path

Searched refs:kvm_request_pending (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/Documentation/virt/kvm/
Dvcpu-requests.rst13 bool kvm_request_pending(struct kvm_vcpu *vcpu);
189 thread checks kvm_request_pending() before entering guest mode and that a
192 kvm_request_pending() check and before it has entered guest mode, as kick
200 the last kvm_request_pending() check;
206 !kvm_request_pending() on its last check and then not receiving an IPI for
218 if (kvm_request_pending(vcpu)) { if (READ_ONCE(vcpu->mode) ==
258 receiving VCPU, as the final kvm_request_pending() check does for
/Linux-v5.4/virt/kvm/arm/
Darm.c636 if (kvm_request_pending(vcpu)) { in check_vcpu_requests()
744 kvm_request_pending(vcpu)) { in kvm_arch_vcpu_ioctl_run()
/Linux-v5.4/arch/powerpc/kvm/
Dpowerpc.c50 return !!(v->arch.pending_exceptions) || kvm_request_pending(v); in kvm_arch_vcpu_runnable()
112 if (kvm_request_pending(vcpu)) { in kvmppc_prepare_to_enter()
Dbooke.c689 if (kvm_request_pending(vcpu)) { in kvmppc_core_prepare_to_enter()
/Linux-v5.4/arch/mips/kvm/
Dtrap_emul.c1089 if (likely(!kvm_request_pending(vcpu))) in kvm_trap_emul_check_requests()
Dvz.c2340 if (!kvm_request_pending(vcpu)) in kvm_vz_check_requests()
/Linux-v5.4/include/linux/
Dkvm_host.h1205 static inline bool kvm_request_pending(struct kvm_vcpu *vcpu) in kvm_request_pending() function
/Linux-v5.4/arch/x86/kvm/
Dx86.c7968 if (kvm_request_pending(vcpu)) { in vcpu_enter_guest()
8147 if (vcpu->mode == EXITING_GUEST_MODE || kvm_request_pending(vcpu) in vcpu_enter_guest()
/Linux-v5.4/arch/s390/kvm/
Dkvm-s390.c3495 if (!kvm_request_pending(vcpu)) in kvm_s390_handle_requests()