Lines Matching +full:open +full:- +full:source
1 /* SPDX-License-Identifier: GPL-2.0 */
12 * Rewritten extensively for controller-driven IRQ support
51 * off, nothing in between like BSD spl() brain-damage.
58 * MIPS IRQ Source
59 * -------- ------
71 * MIPS IRQ Source
72 * -------- ------
84 * MIPS IRQ Source
85 * -------- ------
97 * MIPS IRQ Source
98 * -------- ------
105 * 6 Halt Keycode from Access.Bus keyboard (CTRL-ALT-ENTER)
110 * MIPS IRQ Source
111 * -------- ------
137 andi t0,ST0_IM # CAUSE.CE may be non-zero!
150 # open coded PTR_LA t1, cpu_mask_nr_tbl
152 # open coded la t1, cpu_mask_nr_tbl
156 #error GCC `-msym32' option required for 64-bit DECstation builds
165 * Do the low-level stuff
167 lw a0,(-PTRSIZE)(t1)
206 # open coded PTR_LA t1,asic_mask_nr_tbl
208 # open coded la t1, asic_mask_nr_tbl
212 #error GCC `-msym32' option required for 64-bit DECstation builds
221 * Do the low-level stuff
223 lw a0,%lo(-PTRSIZE)(t1)
232 * Dispatch low-priority interrupts. We reconsider all status
256 * Dispatch DMA interrupts -- O(log n).
300 * Generic unimplemented interrupt routines -- cpu_mask_nr_tbl
302 * The tables are then filled in by machine-specific initialisation