Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dx86.h158 static inline bool kvm_event_needs_reinjection(struct kvm_vcpu *vcpu) in kvm_event_needs_reinjection() function
H A Dx86.c5165 !kvm_event_needs_reinjection(vcpu) && in kvm_vcpu_ready_for_interrupt_injection()
10366 can_inject = !kvm_event_needs_reinjection(vcpu); in kvm_check_and_inject_events()
13424 kvm_event_needs_reinjection(vcpu) || in kvm_can_do_async_pf()
/linux-6.15/arch/x86/kvm/svm/
H A Dnested.c1442 kvm_event_needs_reinjection(vcpu); in svm_check_nested_events()
/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.c4214 bool block_non_injected_events = kvm_event_needs_reinjection(vcpu); in vmx_check_nested_events()
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c6213 (!direct && kvm_event_needs_reinjection(vcpu))) && in kvm_mmu_write_protect_fault()