Home
last modified time | relevance | path

Searched refs:kvm_arch_interrupt_allowed (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h1564 int kvm_arch_interrupt_allowed(struct kvm_vcpu *vcpu);
/arch/x86/kvm/
Dx86.c3684 return (kvm_arch_interrupt_allowed(vcpu) && in kvm_vcpu_ready_for_interrupt_injection()
10059 if (kvm_arch_interrupt_allowed(vcpu) && in kvm_vcpu_has_events()
10101 int kvm_arch_interrupt_allowed(struct kvm_vcpu *vcpu) in kvm_arch_interrupt_allowed() function