Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h203 static inline bool kvm_event_needs_reinjection(struct kvm_vcpu *vcpu) in kvm_event_needs_reinjection() function
H A Dx86.c5209 !kvm_event_needs_reinjection(vcpu) && in kvm_vcpu_ready_for_interrupt_injection()
10283 can_inject = !kvm_event_needs_reinjection(vcpu); in kvm_check_and_inject_events()
13389 kvm_event_needs_reinjection(vcpu) || in kvm_can_do_async_pf()
/linux/arch/x86/kvm/svm/
H A Dnested.c1544 kvm_event_needs_reinjection(vcpu); in svm_check_nested_events()
/linux/arch/x86/kvm/vmx/
H A Dnested.c4232 bool block_non_injected_events = kvm_event_needs_reinjection(vcpu); in vmx_check_nested_events()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c6274 (!direct && kvm_event_needs_reinjection(vcpu))) && in kvm_mmu_write_protect_fault()