Searched refs:handler_irq (Results 1 – 7 of 7) sorted by relevance
/linux/arch/m68k/amiga/ |
H A D | cia.c | 31 int handler_irq, cia_irq, server_irq; member 36 .handler_irq = IRQ_AMIGA_PORTS, 42 .handler_irq = IRQ_AMIGA_EXTER, 190 base->handler_irq, 1); in cia_init_IRQ() 191 m68k_irq_startup_irq(base->handler_irq); in cia_init_IRQ() 192 if (request_irq(base->handler_irq, cia_handler, IRQF_SHARED, in cia_init_IRQ()
|
/linux/arch/m68k/atari/ |
H A D | ataints.c | 134 int handler_irq, mfptimer_irq, server_irq; member 139 .handler_irq = IRQ_MFP_TIMD,
|
/linux/arch/sparc/kernel/ |
H A D | irq.h | 82 void handler_irq(unsigned int pil, struct pt_regs *regs);
|
H A D | irq_32.c | 218 void handler_irq(unsigned int pil, struct pt_regs *regs) in handler_irq() function
|
H A D | entry.h | 10 void handler_irq(int irq, struct pt_regs *regs);
|
H A D | ttable_64.S | 63 tl0_irq5: TRAP_IRQ(handler_irq, 5)
|
H A D | entry.S | 236 call handler_irq 238 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq
|