Searched refs:ipinr (Results 1 – 2 of 2) sorted by relevance
835 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);994 static void do_handle_IPI(int ipinr) in do_handle_IPI() argument998 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()999 trace_ipi_entry(ipi_types[ipinr]); in do_handle_IPI()1001 switch (ipinr) { in do_handle_IPI()1040 pr_crit("CPU%u: Unknown IPI message 0x%x\n", cpu, ipinr); in do_handle_IPI()1044 if ((unsigned)ipinr < NR_IPI) in do_handle_IPI()1045 trace_ipi_exit(ipi_types[ipinr]); in do_handle_IPI()1056 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() argument1058 trace_ipi_raise(target, ipi_types[ipinr]); in smp_cross_call()[all …]
30 void handle_IPI(int ipinr, struct pt_regs *regs);