Symbol: smp_call_function
arch/alpha/kernel/smp.c
654
smp_call_function(ipi_flush_tlb_mm, mm, 1);
arch/alpha/kernel/smp.c
705
smp_call_function(ipi_flush_tlb_page, &data, 1);
arch/alpha/kernel/smp.c
755
smp_call_function(ipi_flush_icache_page, mm, 1);
arch/arm/common/bL_switcher.c
542
smp_call_function(bL_switcher_trace_trigger_cpu, NULL, true);
arch/arm/kernel/smp_tlb.c
161
smp_call_function(ipi_flush_tlb_a15_erratum, NULL, 1);
arch/arm/mm/flush.c
153
smp_call_function(flush_ptrace_access_other,
arch/loongarch/kernel/machine_kexec.c
201
smp_call_function(crash_shutdown_secondary, NULL, 0);
arch/loongarch/kernel/machine_kexec.c
227
smp_call_function(kexec_shutdown_secondary, NULL, 0);
arch/loongarch/kernel/smp.c
716
smp_call_function(stop_this_cpu, NULL, 0);
arch/loongarch/kernel/sysrq.c
40
smp_call_function(sysrq_tlbdump_single, NULL, 0);
arch/mips/cavium-octeon/setup.c
259
smp_call_function(octeon_kexec_smp_down, NULL, 0);
arch/mips/cavium-octeon/setup.c
475
smp_call_function(octeon_kill_core, NULL, 0);
arch/mips/kernel/crash.c
66
smp_call_function(crash_shutdown_secondary, NULL, 0);
arch/mips/kernel/machine_kexec.c
143
smp_call_function(kexec_shutdown_secondary, NULL, 0);
arch/mips/kernel/smp.c
432
smp_call_function(stop_this_cpu, NULL, 0);
arch/mips/kernel/smp.c
532
smp_call_function(func, info, 1);
arch/mips/kernel/sysrq.c
41
smp_call_function(sysrq_tlbdump_single, NULL, 0);
arch/mips/sibyte/common/cfe.c
55
smp_call_function(cfe_linux_exit, arg, 0);
arch/openrisc/kernel/smp.c
206
smp_call_function(stop_this_cpu, NULL, 0);
arch/powerpc/kernel/dawr.c
81
smp_call_function(disable_dawrs_cb, NULL, 0);
arch/powerpc/kernel/smp.c
697
smp_call_function(stop_this_cpu, NULL, 0);
arch/powerpc/kexec/core_64.c
250
smp_call_function(kexec_smp_down, NULL, /* wait */0);
arch/powerpc/mm/nohash/tlb.c
300
smp_call_function(do_flush_tlb_mm_ipi, NULL, 1);
arch/powerpc/net/bpf_jit_comp.c
1344
smp_call_function(do_isync, NULL, 1);
arch/powerpc/net/bpf_jit_comp.c
1419
smp_call_function(do_isync, NULL, 1);
arch/powerpc/platforms/85xx/smp.c
451
smp_call_function(mpc85xx_smp_kexec_down, NULL, 0);
arch/riscv/kernel/ftrace.c
200
smp_call_function(ftrace_sync_ipi, NULL, 1);
arch/sh/kernel/smp.c
268
smp_call_function(stop_this_cpu, 0, 0);
arch/sh/kernel/smp.c
367
smp_call_function(flush_tlb_mm_ipi, (void *)mm, 1);
arch/sh/kernel/smp.c
404
smp_call_function(flush_tlb_range_ipi, (void *)&fd, 1);
arch/sh/kernel/smp.c
447
smp_call_function(flush_tlb_page_ipi, (void *)&fd, 1);
arch/sh/kernel/smp.c
471
smp_call_function(flush_tlb_one_ipi, (void *)&fd, 1);
arch/sh/mm/cache.c
52
smp_call_function(func, info, wait);
arch/sparc/kernel/nmi.c
184
smp_call_function(nmi_cpu_busy, (void *)&endflag, 0);
arch/sparc/kernel/smp_64.c
1515
smp_call_function(stop_this_cpu, NULL, 0);
arch/x86/xen/smp_pv.c
397
smp_call_function(stop_self, NULL, wait);
drivers/tty/sysrq.c
247
smp_call_function(showacpu, NULL, 0);
include/linux/smp.h
163
void smp_call_function(smp_call_func_t func, void *info, int wait);
kernel/scftorture.c
447
smp_call_function(scf_handler, scfcp, scfsp->scfs_wait);
kernel/scftorture.c
557
smp_call_function(scf_cleanup_handler, NULL, 1);
kernel/smp.c
1101
smp_call_function(do_nothing, NULL, 1);
kernel/smp.c
958
EXPORT_SYMBOL(smp_call_function);
kernel/trace/ftrace.c
279
smp_call_function(ftrace_sync_ipi, NULL, 1);
kernel/trace/ftrace.c
2970
smp_call_function(ftrace_sync_ipi, NULL, 1);
kernel/trace/ring_buffer.c
8144
smp_call_function(rb_ipi, NULL, 1);
mm/mmu_gather.c
286
smp_call_function(tlb_remove_table_smp_sync, NULL, 1);
net/iucv/iucv.c
734
smp_call_function(__iucv_cleanup_queue, NULL, 1);