Searched refs:handler_irq (Results 1 – 8 of 8) sorted by relevance
/arch/m68k/amiga/ |
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()
|
/arch/sparc/kernel/ |
D | irq.h | 81 void handler_irq(unsigned int pil, struct pt_regs *regs);
|
D | irq_32.c | 217 void handler_irq(unsigned int pil, struct pt_regs *regs) in handler_irq() function
|
D | entry.h | 9 void handler_irq(int irq, struct pt_regs *regs);
|
D | ttable_64.S | 60 tl0_irq5: TRAP_IRQ(handler_irq, 5)
|
D | irq_64.c | 814 void __irq_entry handler_irq(int pil, struct pt_regs *regs) in handler_irq() function
|
D | entry.S | 234 call handler_irq 236 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq
|
/arch/m68k/atari/ |
D | ataints.c | 135 int handler_irq, mfptimer_irq, server_irq; member 140 .handler_irq = IRQ_MFP_TIMD,
|