Searched refs:APIC_MAX_IRQ (Results 1 – 2 of 2) sorted by relevance
118 ASSERT(Index < APIC_MAX_IRQ); in ApicWriteIORedirectionEntry()130 ASSERT(Index < APIC_MAX_IRQ); in ApicReadIORedirectionEntry()374 ASSERT(Irq < APIC_MAX_IRQ); in HalpAllocateSystemInterrupt()489 for (Index = 0; Index < APIC_MAX_IRQ; Index++) in ApicInitializeIOApic()778 if (Index < APIC_MAX_IRQ) in HalBeginSystemInterrupt()
59 #define APIC_MAX_IRQ 24 macro