Searched defs:highest_irq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c378 int highest_irq; local
384 highest_irq = apic_io_vectend[0];
388 if (apic_io_vectend[i] > highest_irq)
389 highest_irq = apic_io_vectend[i];
392 highest_irq - lowest_irq + 1;

Completed in 63 milliseconds