Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dx86.h128 static inline bool kvm_event_needs_reinjection(struct kvm_vcpu *vcpu) in kvm_event_needs_reinjection() function
Dx86.c4540 !kvm_event_needs_reinjection(vcpu) && in kvm_vcpu_ready_for_interrupt_injection()
12242 kvm_event_needs_reinjection(vcpu) || in kvm_can_do_async_pf()
/arch/x86/kvm/svm/
Dnested.c1133 kvm_event_needs_reinjection(vcpu) || svm->nested.nested_run_pending; in svm_check_nested_events()
/arch/x86/kvm/mmu/
Dmmu.c4070 if (kvm_event_needs_reinjection(vcpu)) in kvm_handle_page_fault()
/arch/x86/kvm/vmx/
Dnested.c3898 vmx->nested.nested_run_pending || kvm_event_needs_reinjection(vcpu); in vmx_check_nested_events()