Searched refs:ppc_irq_dispatch_handler (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/include/asm-ppc64/iSeries/ |
D | XmPciLpEvent.h | 11 void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | local_irq.h | 18 void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
|
D | ppc_ksyms.c | 292 void ppc_irq_dispatch_handler(struct pt_regs *, int); 293 EXPORT_SYMBOL(ppc_irq_dispatch_handler);
|
D | XmPciLpEvent.c | 121 ppc_irq_dispatch_handler(regsParm, irq); in intReceived()
|
D | irq.c | 699 void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq) in ppc_irq_dispatch_handler() function 834 ppc_irq_dispatch_handler(regs, irq); in do_IRQ()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | hw_irq.h | 11 extern void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | ppc_ksyms.c | 324 void ppc_irq_dispatch_handler(struct pt_regs *, int); 325 EXPORT_SYMBOL(ppc_irq_dispatch_handler);
|
D | irq.c | 427 void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq) in ppc_irq_dispatch_handler() function 541 ppc_irq_dispatch_handler(regs, irq); in do_IRQ()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_pic.c | 183 ppc_irq_dispatch_handler( regs, irq ); in gatwick_action()
|