Home
last modified time | relevance | path

Searched refs:smp_call_function (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.3-rc2/arch/sh/kernel/
A Dsmp.c266 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
363 smp_call_function(flush_tlb_mm_ipi, (void *)mm, 1); in flush_tlb_mm()
400 smp_call_function(flush_tlb_range_ipi, (void *)&fd, 1); in flush_tlb_range()
443 smp_call_function(flush_tlb_page_ipi, (void *)&fd, 1); in flush_tlb_page()
467 smp_call_function(flush_tlb_one_ipi, (void *)&fd, 1); in flush_tlb_one()
/linux-6.3-rc2/include/linux/
A Dsmp.h149 void smp_call_function(smp_call_func_t func, void *info, int wait);
195 #define smp_call_function(func, info, wait) \ macro
/linux-6.3-rc2/arch/ia64/kernel/
A Duncached.c121 smp_call_function(uncached_ipi_visibility, uc_pool, 1); in uncached_add_chunk()
140 smp_call_function(uncached_ipi_mc_drain, uc_pool, 1); in uncached_add_chunk()
A Dsmp.c304 smp_call_function((void (*)(void *))local_finish_flush_tlb_mm, in smp_flush_tlb_mm()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dmachine_kexec.c210 smp_call_function(crash_shutdown_secondary, NULL, 0); in crash_smp_send_stop()
236 smp_call_function(kexec_shutdown_secondary, NULL, 0); in machine_shutdown()
A Dsysrq.c40 smp_call_function(sysrq_tlbdump_single, NULL, 0); in sysrq_tlbdump_othercpus()
/linux-6.3-rc2/arch/mips/kernel/
A Dsysrq.c41 smp_call_function(sysrq_tlbdump_single, NULL, 0); in sysrq_tlbdump_othercpus()
A Dcrash.c66 smp_call_function(crash_shutdown_secondary, NULL, 0); in crash_kexec_prepare_cpus()
A Dmachine_kexec.c142 smp_call_function(kexec_shutdown_secondary, NULL, 0); in machine_shutdown()
A Dsmp.c400 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
493 smp_call_function(func, info, 1); in smp_on_other_tlbs()
/linux-6.3-rc2/arch/alpha/kernel/
A Dsmp.c658 smp_call_function(ipi_flush_tlb_mm, mm, 1); in flush_tlb_mm()
709 smp_call_function(ipi_flush_tlb_page, &data, 1); in flush_tlb_page()
759 smp_call_function(ipi_flush_icache_page, mm, 1); in flush_icache_user_page()
/linux-6.3-rc2/arch/powerpc/kernel/
A Ddawr.c81 smp_call_function(disable_dawrs_cb, NULL, 0); in dawr_write_file_bool()
/linux-6.3-rc2/arch/arm/kernel/
A Dmachine_kexec.c106 smp_call_function(machine_crash_nonpanic_core, NULL, false); in crash_smp_send_stop()
A Dsmp_tlb.c161 smp_call_function(ipi_flush_tlb_a15_erratum, NULL, 1); in broadcast_tlb_a15_erratum()
/linux-6.3-rc2/arch/mips/sibyte/common/
A Dcfe.c60 smp_call_function(cfe_linux_exit, arg, 0); in cfe_linux_exit()
/linux-6.3-rc2/arch/sparc/kernel/
A Dnmi.c179 smp_call_function(nmi_cpu_busy, (void *)&endflag, 0); in check_nmi_watchdog()
/linux-6.3-rc2/arch/openrisc/kernel/
A Dsmp.c197 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
/linux-6.3-rc2/arch/powerpc/kexec/
A Dcore_64.c228 smp_call_function(kexec_smp_down, NULL, /* wait */0); in kexec_prepare_cpus()
/linux-6.3-rc2/kernel/
A Dscftorture.c413 smp_call_function(scf_handler, scfcp, scfsp->scfs_wait); in scftorture_invoke_one()
519 smp_call_function(scf_cleanup_handler, NULL, 0); in scf_torture_cleanup()
A Dsmp.c1030 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() function
1036 EXPORT_SYMBOL(smp_call_function);
1179 smp_call_function(do_nothing, NULL, 1); in kick_all_cpus_sync()
/linux-6.3-rc2/mm/
A Dmmu_gather.c203 smp_call_function(tlb_remove_table_smp_sync, NULL, 1); in tlb_remove_table_sync_one()
/linux-6.3-rc2/arch/arm/mm/
A Dflush.c153 smp_call_function(flush_ptrace_access_other, in __flush_ptrace_access()
/linux-6.3-rc2/arch/powerpc/platforms/85xx/
A Dsmp.c448 smp_call_function(mpc85xx_smp_kexec_down, NULL, 0); in mpc85xx_smp_machine_kexec()
/linux-6.3-rc2/arch/mips/cavium-octeon/
A Dsetup.c259 smp_call_function(octeon_kexec_smp_down, NULL, 0); in octeon_shutdown()
475 smp_call_function(octeon_kill_core, NULL, 0); in octeon_halt()
/linux-6.3-rc2/arch/x86/xen/
A Dsmp_pv.c425 smp_call_function(stop_self, NULL, wait); in xen_pv_stop_other_cpus()

Completed in 53 milliseconds

12