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/cris/kernel/
H A Dirq.c45 asmlinkage void do_IRQ(int irq, struct pt_regs * regs) function
52 printk("do_IRQ: stack overflow: %lX\n", sp);
/arch/microblaze/kernel/
H A Dirq.c25 void __irq_entry do_IRQ(struct pt_regs *regs) function
/arch/m68k/kernel/
H A Dirq.c20 asmlinkage void do_IRQ(int irq, struct pt_regs *regs) function
/arch/openrisc/kernel/
H A Dirq.c51 void __irq_entry do_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.c125 printk("do_IRQ: stack overflow: %ld\n",
136 * do_IRQ handles all normal device IRQ's (the special
140 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/sh/kernel/
H A Dirq.c186 asmlinkage __irq_entry int do_IRQ(unsigned int irq, struct pt_regs *regs) function
/arch/metag/kernel/
H A Dirq.c41 void do_IRQ(int irq, struct pt_regs *regs) function
63 pr_err("Stack overflow in do_IRQ: %ld\n", sp);
/arch/xtensa/kernel/
H A Dirq.c33 asmlinkage void do_IRQ(int hwirq, struct pt_regs *regs) function
51 printk("Stack overflow in do_IRQ: %ld\n",
/arch/mn10300/kernel/
H A Dirq.c246 asmlinkage void do_IRQ(void) function
/arch/s390/kernel/
H A Dirq.c102 void do_IRQ(struct pt_regs *regs, int irq) 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/x86/kernel/
H A Dirq.c183 * do_IRQ handles all normal device IRQ's (the special
187 __visible unsigned int __irq_entry do_IRQ(struct pt_regs *regs) function
/arch/powerpc/kernel/
H A Dirq.c473 pr_err("do_IRQ: stack overflow: %ld\n",
511 void do_IRQ(struct pt_regs *regs) function

Completed in 3982 milliseconds