Lines Matching +full:virtual +full:- +full:wire +full:- +full:mode
1 // SPDX-License-Identifier: GPL-2.0
35 * ISA PIC or low IO-APIC triggered (INTA-cycle or APIC) interrupts:
36 * (these are usually mapped to vectors 0x30-0x3f)
40 * The IO-APIC gives us many more interrupt sources. Most of these
45 * IO-APIC registers.
47 * (these are usually mapped into the 0x30-0xff vector range)
51 [0 ... NR_VECTORS - 1] = VECTOR_UNUSED,
56 struct irq_chip *chip = legacy_pic->chip; in init_ISA_irqs()
60 * Try to set up the through-local-APIC virtual wire mode earlier. in init_ISA_irqs()
62 * On some 32-bit UP machines, whose APIC has been disabled by BIOS in init_ISA_irqs()
63 * and then got re-enabled by "lapic", it hangs at boot time without this. in init_ISA_irqs()
67 legacy_pic->init(0); in init_ISA_irqs()
81 * If these IRQ's are handled by legacy interrupt-controllers like PIC, in init_IRQ()
83 * these IRQs are handled by more modern controllers like IO-APIC, in init_IRQ()
84 * then this vector space can be freed and re-used dynamically as the in init_IRQ()