Lines Matching refs:ipinr
547 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);
636 static void do_handle_IPI(int ipinr) in do_handle_IPI() argument
640 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()
641 trace_ipi_entry(ipi_types[ipinr]); in do_handle_IPI()
643 switch (ipinr) { in do_handle_IPI()
683 cpu, ipinr); in do_handle_IPI()
687 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()
688 trace_ipi_exit(ipi_types[ipinr]); in do_handle_IPI()
692 void handle_IPI(int ipinr, struct pt_regs *regs) in handle_IPI() argument
697 do_handle_IPI(ipinr); in handle_IPI()
709 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() argument
711 trace_ipi_raise(target, ipi_types[ipinr]); in smp_cross_call()
712 __ipi_send_mask(ipi_desc[ipinr], target); in smp_cross_call()