Searched refs:ipinr (Results 1 – 3 of 3) sorted by relevance
544 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);634 static void do_handle_IPI(int ipinr) in do_handle_IPI() argument638 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()639 trace_ipi_entry(ipi_types[ipinr]); in do_handle_IPI()641 switch (ipinr) { in do_handle_IPI()681 cpu, ipinr); in do_handle_IPI()685 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()686 trace_ipi_exit(ipi_types[ipinr]); in do_handle_IPI()690 void handle_IPI(int ipinr, struct pt_regs *regs) in handle_IPI() argument695 do_handle_IPI(ipinr); in handle_IPI()[all …]
827 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);958 static void do_handle_IPI(int ipinr) in do_handle_IPI() argument962 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()963 trace_ipi_entry(ipi_types[ipinr]); in do_handle_IPI()965 switch (ipinr) { in do_handle_IPI()1009 pr_crit("CPU%u: Unknown IPI message 0x%x\n", cpu, ipinr); in do_handle_IPI()1013 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()1014 trace_ipi_exit(ipi_types[ipinr]); in do_handle_IPI()1025 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() argument1027 trace_ipi_raise(target, ipi_types[ipinr]); in smp_cross_call()[all …]
30 void handle_IPI(int ipinr, struct pt_regs *regs);