Lines Matching defs:ioapic
77 #include "ioapic.h"
250 struct ioapic_softc *ioapic;
301 * If the interrupt is handled via IOAPIC, update the map.
310 ioapic = ioapic_find(APIC_IRQ_APIC(mpih));
311 if (ioapic != NULL)
312 pic = &ioapic->sc_pic;
319 * If the interrupt is handled via IOAPIC, update the map.
322 ioapic = ioapic_find_bybase(irq);
323 if (ioapic != NULL) {
324 pic = &ioapic->sc_pic;
333 mip = ioapic->sc_pins[pin].ip_map;
341 mipp = &ioapic->sc_pins[pin].ip_map;