Searched defs:do_IRQ (Results 1 - 17 of 17) sorted by relevance

/arch/m32r/kernel/
H A Dirq.c25 * do_IRQ handles all normal device IRQs (the special
29 asmlinkage unsigned int do_IRQ(int irq, struct pt_regs *regs) function
/arch/microblaze/kernel/
H A Dirq.c27 void __irq_entry do_IRQ(struct pt_regs *regs) function
/arch/cris/kernel/
H A Dirq.c48 asmlinkage void do_IRQ(int irq, struct pt_regs * regs) function
55 printk("do_IRQ: stack overflow: %lX\n", sp);
/arch/m68k/kernel/
H A Dirq.c20 asmlinkage void do_IRQ(int irq, struct pt_regs *regs) function
/arch/frv/kernel/
H A Dirq.c96 asmlinkage void do_IRQ(void) function
/arch/mips/kernel/
H A Dirq.c126 printk("do_IRQ: stack overflow: %ld\n",
137 * do_IRQ handles all normal device IRQ's (the special
141 void __irq_entry do_IRQ(unsigned int irq) function
/arch/score/kernel/
H A Dirq.c48 asmlinkage void do_IRQ(int irq) function
/arch/avr32/mach-at32ap/
H A Dintc.c58 asmlinkage void do_IRQ(int level, struct pt_regs *regs) function
/arch/h8300/kernel/
H A Dirq.c160 asmlinkage void do_IRQ(int irq) function
/arch/openrisc/kernel/
H A Dirq.c154 void __irq_entry do_IRQ(struct pt_regs *regs) function
/arch/xtensa/kernel/
H A Dirq.c30 * do_IRQ handles all normal device IRQ's (the special
35 asmlinkage void do_IRQ(int irq, struct pt_regs *regs) function
55 printk("Stack overflow in do_IRQ: %ld\n",
/arch/sh/kernel/
H A Dirq.c201 asmlinkage __irq_entry int do_IRQ(unsigned int irq, struct pt_regs *regs) function
/arch/x86/kernel/
H A Dirq.c177 * do_IRQ handles all normal device IRQ's (the special
181 unsigned int __irq_entry do_IRQ(struct pt_regs *regs) function
/arch/mn10300/kernel/
H A Dirq.c292 asmlinkage void do_IRQ(void) function
/arch/um/kernel/
H A Dirq.c53 do_IRQ(irq_fd->irq, regs);
286 * do_IRQ handles all normal device IRQs (the special
290 unsigned int do_IRQ(int irq, struct uml_pt_regs *regs) function
/arch/powerpc/kernel/
H A Dirq.c480 printk("do_IRQ: stack overflow: %ld\n",
487 void do_IRQ(struct pt_regs *regs) function
H A Dppc_ksyms.c49 extern void do_IRQ(struct pt_regs *regs);
62 EXPORT_SYMBOL(do_IRQ); variable

Completed in 516 milliseconds