Home
last modified time | relevance | path

Searched refs:handler_irq (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/amiga/
H A Dcia.c31 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 Dcia.c31 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 Dataints.c135 int handler_irq, mfptimer_irq, server_irq; member
140 .handler_irq = IRQ_MFP_TIMD,
/kernel/linux/linux-6.6/arch/m68k/atari/
H A Dataints.c135 int handler_irq, mfptimer_irq, server_irq; member
140 .handler_irq = IRQ_MFP_TIMD,
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dirq.h82 void handler_irq(unsigned int pil, struct pt_regs *regs);
H A Dirq_32.c153 /* 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 Dentry.h10 void handler_irq(int irq, struct pt_regs *regs);
H A Dttable_64.S63 tl0_irq5: TRAP_IRQ(handler_irq, 5)
H A Dirq_64.c422 * 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 Dentry.S209 /* 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 Dirq.h82 void handler_irq(unsigned int pil, struct pt_regs *regs);
H A Dentry.h10 void handler_irq(int irq, struct pt_regs *regs);
H A Dirq_32.c153 /* 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 Dttable_64.S63 tl0_irq5: TRAP_IRQ(handler_irq, 5)
H A Dirq_64.c423 * 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 Dentry.S209 /* 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