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

/linux-master/arch/m68k/amiga/
H A Dcia.c31 int handler_irq, cia_irq, server_irq; member in struct:ciabase
36 .handler_irq = IRQ_AMIGA_PORTS,
42 .handler_irq = IRQ_AMIGA_EXTER,
190 base->handler_irq, 1);
191 m68k_irq_startup_irq(base->handler_irq);
192 if (request_irq(base->handler_irq, cia_handler, IRQF_SHARED,
/linux-master/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) function
H A Dttable_64.S63 tl0_irq5: TRAP_IRQ(handler_irq, 5)
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
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
815 void __irq_entry handler_irq(int pil, struct pt_regs *regs) function
/linux-master/arch/m68k/atari/
H A Dataints.c134 int handler_irq, mfptimer_irq, server_irq; member in struct:mfptimerbase
139 .handler_irq = IRQ_MFP_TIMD,

Completed in 484 milliseconds