Home
last modified time | relevance | path

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

/linux/Documentation/virt/kvm/
A Dvcpu-requests.rst13 bool kvm_request_pending(struct kvm_vcpu *vcpu);
191 thread checks kvm_request_pending() before entering guest mode and that a
194 kvm_request_pending() check and before it has entered guest mode, as kick
202 the last kvm_request_pending() check;
208 !kvm_request_pending() on its last check and then not receiving an IPI for
220 if (kvm_request_pending(vcpu)) { if (READ_ONCE(vcpu->mode) ==
260 receiving VCPU, as the final kvm_request_pending() check does for
/linux/arch/riscv/kvm/
A Dvcpu.c645 if (kvm_request_pending(vcpu)) { in kvm_riscv_check_vcpu_requests()
761 kvm_request_pending(vcpu)) { in kvm_arch_vcpu_ioctl_run()
/linux/arch/arm64/kvm/
A Darm.c689 if (kvm_request_pending(vcpu)) { in check_vcpu_requests()
762 return kvm_request_pending(vcpu) || in kvm_vcpu_exit_request()
/linux/arch/powerpc/kvm/
A Dpowerpc.c51 return !!(v->arch.pending_exceptions) || kvm_request_pending(v); in kvm_arch_vcpu_runnable()
113 if (kvm_request_pending(vcpu)) { in kvmppc_prepare_to_enter()
A Dbooke.c714 if (kvm_request_pending(vcpu)) { in kvmppc_core_prepare_to_enter()
/linux/include/linux/
A Dkvm_host.h1638 static inline bool kvm_request_pending(struct kvm_vcpu *vcpu) in kvm_request_pending() function
/linux/arch/mips/kvm/
A Dvz.c2433 if (!kvm_request_pending(vcpu)) in kvm_vz_check_requests()
/linux/arch/x86/kvm/
A Dx86.c1970 return vcpu->mode == EXITING_GUEST_MODE || kvm_request_pending(vcpu) || in kvm_vcpu_exit_request()
9658 if (kvm_request_pending(vcpu)) { in vcpu_enter_guest()
/linux/arch/s390/kvm/
A Dkvm-s390.c3842 if (!kvm_request_pending(vcpu)) in kvm_s390_handle_requests()

Completed in 52 milliseconds