Searched refs:ipinr (Results 1 – 3 of 3) sorted by relevance
544 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);633 static void do_handle_IPI(int ipinr) in do_handle_IPI() argument637 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()638 trace_ipi_entry(ipi_types[ipinr]); in do_handle_IPI()640 switch (ipinr) { in do_handle_IPI()680 cpu, ipinr); in do_handle_IPI()684 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()685 trace_ipi_exit(ipi_types[ipinr]); in do_handle_IPI()689 void handle_IPI(int ipinr, struct pt_regs *regs) in handle_IPI() argument694 do_handle_IPI(ipinr); in handle_IPI()[all …]
772 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);862 static void do_handle_IPI(int ipinr) in do_handle_IPI() argument866 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()867 trace_ipi_entry(ipi_types[ipinr]); in do_handle_IPI()869 switch (ipinr) { in do_handle_IPI()911 pr_crit("CPU%u: Unknown IPI message 0x%x\n", cpu, ipinr); in do_handle_IPI()915 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()916 trace_ipi_exit(ipi_types[ipinr]); in do_handle_IPI()925 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() argument927 trace_ipi_raise(target, ipi_types[ipinr]); in smp_cross_call()[all …]
30 void handle_IPI(int ipinr, struct pt_regs *regs);