Searched refs:handle_IPI (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/arch/arm64/include/asm/ |
D | smp.h | 39 extern void handle_IPI(int ipinr, struct pt_regs *regs);
|
/linux-4.1.27/arch/arm/include/asm/ |
D | smp.h | 38 void handle_IPI(int ipinr, struct pt_regs *regs);
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | smp.h | 123 extern irqreturn_t handle_IPI(int irq, void *dev_id);
|
/linux-4.1.27/arch/arm/kernel/ |
D | smp.c | 570 handle_IPI(ipinr, regs); in do_IPI() 573 void handle_IPI(int ipinr, struct pt_regs *regs) in handle_IPI() function
|
/linux-4.1.27/arch/ia64/kernel/ |
D | smp.c | 97 handle_IPI (int irq, void *dev_id) in handle_IPI() function
|
D | irq_ia64.c | 590 .handler = handle_IPI,
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-hip04.c | 188 handle_IPI(irqnr, regs); in hip04_handle_irq()
|
D | irq-armada-370-xp.c | 524 handle_IPI(ipinr, regs); in armada_370_xp_handle_irq()
|
D | irq-gic-v3.c | 363 handle_IPI(irqnr, regs); in gic_handle_irq()
|
D | irq-gic.c | 289 handle_IPI(irqnr, regs); in gic_handle_irq()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | smp.c | 566 void handle_IPI(int ipinr, struct pt_regs *regs) in handle_IPI() function
|