Searched refs:handler_irq (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A D | ataints.c | 135 int handler_irq, mfptimer_irq, server_irq; member 140 .handler_irq = IRQ_MFP_TIMD,
|
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | ataints.c | 135 int handler_irq, mfptimer_irq, server_irq; member 140 .handler_irq = IRQ_MFP_TIMD,
|
/kernel/linux/linux-5.10/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 | 153 /* Based on a single pil handler_irq may need to call several 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 | irq_64.c | 422 * handler_irq() will skip the handler call and that will leave the 684 /* handler_irq needs to find the irq. cookie is seen signed in in cookie_assign() 814 void __irq_entry handler_irq(int pil, struct pt_regs *regs) in handler_irq() function
|
H A D | entry.S | 209 /* For now all IRQ's not registered get sent here. handler_irq() will 236 call handler_irq 238 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | irq.h | 82 void handler_irq(unsigned int pil, struct pt_regs *regs);
|
H A D | entry.h | 10 void handler_irq(int irq, struct pt_regs *regs);
|
H A D | irq_32.c | 153 /* Based on a single pil handler_irq may need to call several 218 void handler_irq(unsigned int pil, struct pt_regs *regs) in handler_irq() function
|
H A D | ttable_64.S | 63 tl0_irq5: TRAP_IRQ(handler_irq, 5)
|
H A D | irq_64.c | 423 * handler_irq() will skip the handler call and that will leave the 685 /* handler_irq needs to find the irq. cookie is seen signed in in cookie_assign() 815 void __irq_entry handler_irq(int pil, struct pt_regs *regs) in handler_irq() function
|
H A D | entry.S | 209 /* For now all IRQ's not registered get sent here. handler_irq() will 236 call handler_irq 238 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq
|
Completed in 13 milliseconds