Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dirq_comm.c72 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()
Dioapic.h110 bool kvm_apic_match_dest(struct kvm_vcpu *vcpu, struct kvm_lapic *source,
Dioapic.c115 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()
Dlapic.c651 bool kvm_apic_match_dest(struct kvm_vcpu *vcpu, struct kvm_lapic *source, in kvm_apic_match_dest() function