Searched refs:IOAPIC_REDTBL (Results 1 – 2 of 2) sorted by relevance
84 #define IOAPIC_REDTBL 0x10 macro85 #define IOAPIC_REDHI(pin) (IOAPIC_REDTBL + ((pin) << 1) + 1)86 #define IOAPIC_REDLO(pin) (IOAPIC_REDTBL + ((pin) << 1))
619 } while (i < IOAPIC_REDTBL + (sc->sc_apic_sz * 2)); in ioapic_dump_raw()