Searched refs:kvm_apic_match_dest (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | irq_comm.c | 72 if (!kvm_apic_match_dest(vcpu, src, irq->shorthand, in kvm_irq_delivery_to_apic() 282 if (!kvm_apic_match_dest(vcpu, NULL, irq->shorthand, in kvm_intr_is_single_vcpu() 367 if (level && kvm_apic_match_dest(vcpu, NULL, 0, in kvm_scan_ioapic_routes()
|
D | ioapic.h | 110 bool kvm_apic_match_dest(struct kvm_vcpu *vcpu, struct kvm_lapic *source,
|
D | ioapic.c | 115 if (!kvm_apic_match_dest(vcpu, NULL, 0, e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one() 248 if (kvm_apic_match_dest(vcpu, NULL, 0, in kvm_ioapic_scan_entry()
|
D | lapic.c | 651 bool kvm_apic_match_dest(struct kvm_vcpu *vcpu, struct kvm_lapic *source, in kvm_apic_match_dest() function
|