Lines Matching defs:apic
17 #include <asm/apic.h>
212 static struct intel_iommu *map_ioapic_to_iommu(int apic)
217 if (ir_ioapic[i].id == apic && ir_ioapic[i].iommu)
302 static int set_ioapic_sid(struct irte *irte, int apic)
311 if (ir_ioapic[i].iommu && ir_ioapic[i].id == apic) {
318 pr_warn("Failed to set source-id of IOAPIC (%d)\n", apic);
1106 irte->dst_mode = apic->dest_mode_logical;
1115 irte->dlvry_mode = apic->delivery_mode;
1153 * For level triggered, we eliminate the io-apic RTE modification (with the
1154 * updated vector information), by using a virtual vector (io-apic pin number).