Home
last modified time | relevance | path

Searched refs:ppc_irq_dispatch_handler (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/iSeries/
DXmPciLpEvent.h11 void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
/linux-2.4.37.9/arch/ppc64/kernel/
Dlocal_irq.h18 void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
Dppc_ksyms.c292 void ppc_irq_dispatch_handler(struct pt_regs *, int);
293 EXPORT_SYMBOL(ppc_irq_dispatch_handler);
DXmPciLpEvent.c121 ppc_irq_dispatch_handler(regsParm, irq); in intReceived()
Dirq.c699 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/
Dhw_irq.h11 extern void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
/linux-2.4.37.9/arch/ppc/kernel/
Dppc_ksyms.c324 void ppc_irq_dispatch_handler(struct pt_regs *, int);
325 EXPORT_SYMBOL(ppc_irq_dispatch_handler);
Dirq.c427 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/
Dpmac_pic.c183 ppc_irq_dispatch_handler( regs, irq ); in gatwick_action()