Home
last modified time | relevance | path

Searched refs:interrupt_allowed (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1086 int (*interrupt_allowed)(struct kvm_vcpu *vcpu); member
/Linux-v5.4/arch/x86/kvm/
Dx86.c7601 if (kvm_x86_ops->interrupt_allowed(vcpu)) { in inject_pending_event()
9909 return kvm_x86_ops->interrupt_allowed(vcpu); in kvm_arch_interrupt_allowed()
10074 return kvm_x86_ops->interrupt_allowed(vcpu); in kvm_can_do_async_pf()
Dsvm.c7248 .interrupt_allowed = svm_interrupt_allowed,
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c7815 .interrupt_allowed = vmx_interrupt_allowed,