Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1016 int (*interrupt_allowed)(struct kvm_vcpu *vcpu); member
/Linux-v4.19/arch/x86/kvm/
Dx86.c7033 if (kvm_x86_ops->interrupt_allowed(vcpu)) { in inject_pending_event()
9282 return kvm_x86_ops->interrupt_allowed(vcpu); in kvm_arch_interrupt_allowed()
Dmmu.c3963 return kvm_x86_ops->interrupt_allowed(vcpu); in kvm_can_do_async_pf()
Dsvm.c7110 .interrupt_allowed = svm_interrupt_allowed,
Dvmx.c14164 .interrupt_allowed = vmx_interrupt_allowed,