Searched refs:io_apic_irqs (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dio_apic.h144 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)
/linux-4.4.14/arch/x86/kernel/
H A Di8259.c54 unsigned long io_apic_irqs; variable
113 io_apic_irqs &= ~(1<<irq); make_8259A_irq()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dio_apic.c256 io_apic_irqs = ~0UL; arch_early_ioapic_init()
2263 io_apic_irqs = nr_legacy_irqs() ? ~PIC_IRQS : ~0UL; setup_IO_APIC()

Completed in 132 milliseconds