Searched refs:smp_call_function (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/mips/kernel/
H A Dsysrq.c41 smp_call_function(sysrq_tlbdump_single, NULL, 0);
H A Dcrash.c66 smp_call_function(crash_shutdown_secondary, NULL, 0);
H A Dmachine_kexec.c143 smp_call_function(kexec_shutdown_secondary, NULL, 0);
H A Dsmp.c419 smp_call_function(stop_this_cpu, NULL, 0);
505 * Special Variant of smp_call_function for use by TLB functions:
514 smp_call_function(func, info, 1);
/linux-master/arch/loongarch/kernel/
H A Dsysrq.c40 smp_call_function(sysrq_tlbdump_single, NULL, 0);
H A Dmachine_kexec.c210 smp_call_function(crash_shutdown_secondary, NULL, 0);
236 smp_call_function(kexec_shutdown_secondary, NULL, 0);
H A Dsmp.c576 smp_call_function(stop_this_cpu, NULL, 0);
/linux-master/arch/sh/kernel/
H A Dsmp.c266 smp_call_function(stop_this_cpu, 0, 0);
363 smp_call_function(flush_tlb_mm_ipi, (void *)mm, 1);
400 smp_call_function(flush_tlb_range_ipi, (void *)&fd, 1);
443 smp_call_function(flush_tlb_page_ipi, (void *)&fd, 1);
467 smp_call_function(flush_tlb_one_ipi, (void *)&fd, 1);
/linux-master/include/linux/
H A Dsmp.h162 void smp_call_function(smp_call_func_t func, void *info, int wait);
202 #define smp_call_function(func, info, wait) \ macro
/linux-master/arch/powerpc/kernel/
H A Ddawr.c81 smp_call_function(disable_dawrs_cb, NULL, 0);
/linux-master/arch/alpha/kernel/
H A Dsmp.c6 * Renamed modified smp_call_function to smp_call_function_on_cpu()
8 * of smp_call_function().
653 smp_call_function(ipi_flush_tlb_mm, mm, 1);
704 smp_call_function(ipi_flush_tlb_page, &data, 1);
754 smp_call_function(ipi_flush_icache_page, mm, 1);
/linux-master/arch/arm/kernel/
H A Dsmp_tlb.c161 smp_call_function(ipi_flush_tlb_a15_erratum, NULL, 1);
/linux-master/arch/mips/sibyte/common/
H A Dcfe.c55 smp_call_function(cfe_linux_exit, arg, 0);
/linux-master/kernel/
H A Dsmp.c884 * smp_call_function(): Run a function on all other CPUs.
898 void smp_call_function(smp_call_func_t func, void *info, int wait) function
904 EXPORT_SYMBOL(smp_call_function); variable
1047 smp_call_function(do_nothing, NULL, 1);
H A Dscftorture.c3 // Torture test for smp_call_function() and friends.
115 "smp_call_function",
313 // Randomly do an smp_call_function*() invocation.
417 smp_call_function(scf_handler, scfcp, scfsp->scfs_wait);
445 // smp_call_function() family of functions.
525 smp_call_function(scf_cleanup_handler, NULL, 0);
626 // Worker tasks invoking smp_call_function().
636 VERBOSE_SCFTORTOUT("Starting %d smp_call_function() threads", nthreads);
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c228 smp_call_function(kexec_smp_down, NULL, /* wait */0);
/linux-master/arch/openrisc/kernel/
H A Dsmp.c195 smp_call_function(stop_this_cpu, NULL, 0);
/linux-master/arch/sparc/kernel/
H A Dnmi.c184 smp_call_function(nmi_cpu_busy, (void *)&endflag, 0);
/linux-master/arch/arm/mm/
H A Dflush.c153 smp_call_function(flush_ptrace_access_other,
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c448 smp_call_function(mpc85xx_smp_kexec_down, NULL, 0);
/linux-master/arch/sh/mm/
H A Dcache.c52 smp_call_function(func, info, wait);
/linux-master/arch/x86/xen/
H A Dsmp_pv.c401 smp_call_function(stop_self, NULL, wait);
/linux-master/mm/
H A Dmmu_gather.c277 smp_call_function(tlb_remove_table_smp_sync, NULL, 1);
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb.c329 smp_call_function(do_flush_tlb_mm_ipi, NULL, 1);
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c259 smp_call_function(octeon_kexec_smp_down, NULL, 0);
475 smp_call_function(octeon_kill_core, NULL, 0);

Completed in 207 milliseconds

12