Searched refs:interrupt_allowed (Results 1 – 5 of 5) sorted by relevance
651 int (*interrupt_allowed)(struct kvm_vcpu *vcpu); member
5160 if (kvm_x86_ops->interrupt_allowed(vcpu)) { in inject_pending_event()6416 return kvm_x86_ops->interrupt_allowed(vcpu); in kvm_arch_interrupt_allowed()6588 kvm_x86_ops->interrupt_allowed(vcpu); in kvm_arch_can_inject_async_page_present()
3017 return kvm_x86_ops->interrupt_allowed(vcpu); in can_do_async_pf()
4289 .interrupt_allowed = svm_interrupt_allowed,
7154 .interrupt_allowed = vmx_interrupt_allowed,