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

12

/linux-master/arch/arm/kernel/
H A Dsmp_tlb.c161 smp_call_function(ipi_flush_tlb_a15_erratum, NULL, 1);
/linux-master/arch/mips/kernel/
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);
H A Dsysrq.c41 smp_call_function(sysrq_tlbdump_single, 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/common/
H A DbL_switcher.c544 smp_call_function(bL_switcher_trace_trigger_cpu, NULL, true);
/linux-master/arch/arm/mm/
H A Dflush.c153 smp_call_function(flush_ptrace_access_other,
/linux-master/arch/loongarch/kernel/
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);
H A Dsysrq.c40 smp_call_function(sysrq_tlbdump_single, NULL, 0);
/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);
/linux-master/arch/mips/sibyte/common/
H A Dcfe.c55 smp_call_function(cfe_linux_exit, arg, 0);
/linux-master/arch/openrisc/kernel/
H A Dsmp.c195 smp_call_function(stop_this_cpu, NULL, 0);
/linux-master/arch/powerpc/kernel/
H A Ddawr.c81 smp_call_function(disable_dawrs_cb, NULL, 0);
H A Dsmp.c696 smp_call_function(stop_this_cpu, NULL, 0);
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c228 smp_call_function(kexec_smp_down, NULL, /* wait */0);
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb.c329 smp_call_function(do_flush_tlb_mm_ipi, NULL, 1);
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c448 smp_call_function(mpc85xx_smp_kexec_down, 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/arch/sh/mm/
H A Dcache.c52 smp_call_function(func, info, wait);
/linux-master/arch/sparc/kernel/
H A Dnmi.c184 smp_call_function(nmi_cpu_busy, (void *)&endflag, 0);
H A Dsmp_64.c1532 smp_call_function(stop_this_cpu, NULL, 0);
/linux-master/arch/x86/xen/
H A Dsmp_pv.c401 smp_call_function(stop_self, NULL, wait);
/linux-master/drivers/tty/
H A Dsysrq.c247 smp_call_function(showacpu, NULL, 0);

Completed in 520 milliseconds

12