Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.h69 static inline bool kvm_event_needs_reinjection(struct kvm_vcpu *vcpu) in kvm_event_needs_reinjection() function
Dx86.c4171 !kvm_event_needs_reinjection(vcpu) && in kvm_vcpu_ready_for_interrupt_injection()
11219 kvm_event_needs_reinjection(vcpu) || in kvm_can_do_async_pf()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dnested.c1014 kvm_event_needs_reinjection(vcpu) || svm->nested.nested_run_pending; in svm_check_nested_events()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu.c3782 if (kvm_event_needs_reinjection(vcpu)) in kvm_handle_page_fault()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dnested.c3860 vmx->nested.nested_run_pending || kvm_event_needs_reinjection(vcpu); in vmx_check_nested_events()