Searched refs:io_apic_irqs (Results 1 – 4 of 4) sorted by relevance
144 extern unsigned long io_apic_irqs;146 #define IO_APIC_IRQ(x) (((x) >= NR_IRQS_LEGACY) || ((1 << (x)) & io_apic_irqs))153 (mp_irq_entries && !skip_ioapic_setup && io_apic_irqs)
56 unsigned long io_apic_irqs; variable115 io_apic_irqs &= ~(1<<irq); in make_8259A_irq()
614 if (irq < nr_legacy_irqs() && !test_bit(irq, &io_apic_irqs)) { in x86_vector_debug_show()764 if (test_bit(isairq, &io_apic_irqs)) in __setup_vector_irq()
245 io_apic_irqs = ~0UL; in arch_early_ioapic_init()2369 io_apic_irqs = nr_legacy_irqs() ? ~PIC_IRQS : ~0UL; in setup_IO_APIC()