Home
last modified time | relevance | path

Searched refs:next_ioapic_base (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/x86/x86/
H A Dio_apic.c146 static u_int next_ioapic_base; variable
646 intbase = next_ioapic_base; in ioapic_create()
649 } else if (intbase != next_ioapic_base && bootverbose) in ioapic_create()
651 io->io_id, intbase, next_ioapic_base); in ioapic_create()
653 next_ioapic_base = intbase + numintr; in ioapic_create()
654 if (next_ioapic_base > num_io_irqs) in ioapic_create()
655 num_io_irqs = next_ioapic_base; in ioapic_create()