Searched refs:interrupt_allowed (Results 1 – 5 of 5) sorted by relevance
766 int (*interrupt_allowed)(struct kvm_vcpu *vcpu); member
6139 if (kvm_x86_ops->interrupt_allowed(vcpu)) { in inject_pending_event()7770 return kvm_x86_ops->interrupt_allowed(vcpu); in kvm_arch_interrupt_allowed()7953 kvm_x86_ops->interrupt_allowed(vcpu); in kvm_arch_can_inject_async_page_present()
3427 return kvm_x86_ops->interrupt_allowed(vcpu); in can_do_async_pf()
4403 .interrupt_allowed = svm_interrupt_allowed,
10227 .interrupt_allowed = vmx_interrupt_allowed,