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 …]
835 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);955 static void do_handle_IPI(int ipinr) in do_handle_IPI() argument959 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()960 trace_ipi_entry(ipi_types[ipinr]); in do_handle_IPI()962 switch (ipinr) { in do_handle_IPI()1006 pr_crit("CPU%u: Unknown IPI message 0x%x\n", cpu, ipinr); in do_handle_IPI()1010 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()1011 trace_ipi_exit(ipi_types[ipinr]); in do_handle_IPI()1020 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() argument1022 trace_ipi_raise(target, ipi_types[ipinr]); in smp_cross_call()[all …]
30 void handle_IPI(int ipinr, struct pt_regs *regs);