Searched refs:ipinr (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/arm/kernel/ |
| D | smp.c | 520 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() argument 522 trace_ipi_raise_rcuidle(target, ipi_types[ipinr]); in smp_cross_call() 523 __smp_cross_call(target, ipinr); in smp_cross_call() 623 asmlinkage void __exception_irq_entry do_IPI(int ipinr, struct pt_regs *regs) in do_IPI() argument 625 handle_IPI(ipinr, regs); in do_IPI() 628 void handle_IPI(int ipinr, struct pt_regs *regs) in handle_IPI() argument 633 if ((unsigned)ipinr < NR_IPI) { in handle_IPI() 634 trace_ipi_entry_rcuidle(ipi_types[ipinr]); in handle_IPI() 635 __inc_irq_stat(cpu, ipi_irqs[ipinr]); in handle_IPI() 638 switch (ipinr) { in handle_IPI() [all …]
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | smp.c | 774 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() argument 776 trace_ipi_raise(target, ipi_types[ipinr]); in smp_cross_call() 777 __smp_cross_call(target, ipinr); in smp_cross_call() 876 void handle_IPI(int ipinr, struct pt_regs *regs) in handle_IPI() argument 881 if ((unsigned)ipinr < NR_IPI) { in handle_IPI() 882 trace_ipi_entry_rcuidle(ipi_types[ipinr]); in handle_IPI() 883 __inc_irq_stat(cpu, ipi_irqs[ipinr]); in handle_IPI() 886 switch (ipinr) { in handle_IPI() 937 pr_crit("CPU%u: Unknown IPI message 0x%x\n", cpu, ipinr); in handle_IPI() 941 if ((unsigned)ipinr < NR_IPI) in handle_IPI() [all …]
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | smp.h | 30 asmlinkage void do_IPI(int ipinr, struct pt_regs *regs); 35 void handle_IPI(int ipinr, struct pt_regs *regs);
|
| /Linux-v5.4/drivers/irqchip/ |
| D | irq-armada-370-xp.c | 565 u32 ipimask, ipinr; in armada_370_xp_handle_irq() local 575 for (ipinr = IPI_DOORBELL_START; in armada_370_xp_handle_irq() 576 ipinr < IPI_DOORBELL_END; ipinr++) { in armada_370_xp_handle_irq() 577 if (ipimask & (0x1 << ipinr)) in armada_370_xp_handle_irq() 578 handle_IPI(ipinr, regs); in armada_370_xp_handle_irq()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | smp.h | 61 extern void handle_IPI(int ipinr, struct pt_regs *regs);
|