Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A 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
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Darm.c667 if (kvm_request_pending(vcpu)) { in check_vcpu_requests()
794 kvm_request_pending(vcpu)) { in kvm_arch_vcpu_ioctl_run()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H 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()
H A Dbooke.c688 if (kvm_request_pending(vcpu)) { in kvmppc_core_prepare_to_enter()
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dtrap_emul.c1081 if (likely(!kvm_request_pending(vcpu))) in kvm_trap_emul_check_requests()
H A Dvz.c2435 if (!kvm_request_pending(vcpu)) in kvm_vz_check_requests()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkvm_host.h1313 static inline bool kvm_request_pending(struct kvm_vcpu *vcpu) in kvm_request_pending() function
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dkvm-s390.c3804 if (!kvm_request_pending(vcpu)) in kvm_s390_handle_requests()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c1837 return vcpu->mode == EXITING_GUEST_MODE || kvm_request_pending(vcpu) || in kvm_vcpu_exit_request()
9008 if (kvm_request_pending(vcpu)) { in vcpu_enter_guest()