Home
last modified time | relevance | path

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

12

/linux-3.3/arch/sh/kernel/
Dsmp.c289 smp_call_function(stop_this_cpu, 0, 0); in smp_send_stop()
380 smp_call_function(flush_tlb_mm_ipi, (void *)mm, 1); in flush_tlb_mm()
417 smp_call_function(flush_tlb_range_ipi, (void *)&fd, 1); in flush_tlb_range()
460 smp_call_function(flush_tlb_page_ipi, (void *)&fd, 1); in flush_tlb_page()
484 smp_call_function(flush_tlb_one_ipi, (void *)&fd, 1); in flush_tlb_one()
Didle.c162 smp_call_function(do_nothing, NULL, 1); in cpu_idle_wait()
/linux-3.3/arch/alpha/oprofile/
Dcommon.c68 (void)smp_call_function(model->cpu_setup, &reg, 1); in op_axp_setup()
89 (void)smp_call_function(op_axp_cpu_start, NULL, 1); in op_axp_start()
104 (void)smp_call_function(op_axp_cpu_stop, NULL, 1); in op_axp_stop()
/linux-3.3/include/linux/
Dsmp.h74 int smp_call_function(smp_call_func_t func, void *info, int wait);
126 #define smp_call_function(func, info, wait) \ macro
/linux-3.3/arch/powerpc/mm/
Dicswx.c114 smp_call_function(sync_cop, mm, 1); in use_cop()
154 smp_call_function(sync_cop, mm, 1); in drop_cop()
/linux-3.3/arch/ia64/kernel/
Duncached.c127 status = smp_call_function(uncached_ipi_visibility, uc_pool, 1); in uncached_add_chunk()
149 status = smp_call_function(uncached_ipi_mc_drain, uc_pool, 1); in uncached_add_chunk()
Dsmp.c306 smp_call_function((void (*)(void *))local_finish_flush_tlb_mm, in smp_flush_tlb_mm()
/linux-3.3/arch/blackfin/kernel/
Dreboot.c88 smp_call_function((void *)bfin_reset, 0, 1); in machine_restart()
/linux-3.3/kernel/
Dsmp.c573 int smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() function
581 EXPORT_SYMBOL(smp_call_function);
696 ret = smp_call_function(func, info, wait); in on_each_cpu()
/linux-3.3/arch/blackfin/mach-common/
Dsmp.c272 int smp_call_function(void (*func)(void *info), void *info, int wait) in smp_call_function() function
286 EXPORT_SYMBOL_GPL(smp_call_function);
482 if (smp_call_function(&ipi_flush_icache, &smp_flush_data, 1)) in smp_icache_flush_range_others()
Ddpmc.c81 smp_call_function(bfin_idle_this_cpu, NULL, 0); in bfin_idle_cpu()
/linux-3.3/arch/mips/pmc-sierra/yosemite/
Dprom.c67 smp_call_function(prom_cpu0_exit, NULL, 1); in prom_exit()
/linux-3.3/arch/arm/kernel/
Dmachine_kexec.c63 smp_call_function(machine_crash_nonpanic_core, NULL, false); in machine_crash_shutdown()
/linux-3.3/arch/mips/kernel/
Dsmp.c160 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
289 smp_call_function(func, info, 1); in smp_on_other_tlbs()
/linux-3.3/arch/cris/arch-v32/kernel/
Dsmp.c194 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
317 int smp_call_function(void (*func)(void *info), void *info, int wait) in smp_call_function() function
/linux-3.3/arch/m32r/kernel/
Dsmp.c204 smp_call_function(flush_tlb_all_ipi, NULL, 1); in smp_flush_tlb_all()
497 smp_call_function(stop_this_cpu, NULL, 0); in smp_send_stop()
/linux-3.3/arch/arm/mm/
Dcontext.c165 smp_call_function(reset_context, NULL, 1); in __new_context()
/linux-3.3/arch/alpha/kernel/
Dsmp.c715 if (smp_call_function(ipi_flush_tlb_mm, mm, 1)) { in flush_tlb_mm()
768 if (smp_call_function(ipi_flush_tlb_page, &data, 1)) { in flush_tlb_page()
820 if (smp_call_function(ipi_flush_icache_page, mm, 1)) { in flush_icache_user_range()
/linux-3.3/arch/mn10300/mm/
Dtlb-smp.c129 smp_call_function(smp_flush_tlb, NULL, 1); in flush_tlb_others()
/linux-3.3/arch/ia64/kvm/
Dkvm_fw.c135 smp_call_function(remote_pal_cache_flush, in pal_cache_flush()
405 smp_call_function(remote_pal_prefetch_visibility, in pal_prefetch_visibility()
479 smp_call_function(remote_pal_mc_drain, NULL, 1); in kvm_pal_emul()
/linux-3.3/arch/ia64/xen/
Dtime.c256 smp_call_function(&ia64_cpu_local_tick_fn, NULL, 1); in xen_timer_resume_on_aps()
/linux-3.3/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c290 smp_call_function(setup_APIC_ibs, NULL, 1); in amd_ibs_init()
/linux-3.3/arch/um/kernel/
Dsmp.c208 int smp_call_function(void (*_func)(void *info), void *_info, int wait) in smp_call_function() function
/linux-3.3/arch/mips/sibyte/common/
Dcfe.c73 smp_call_function(cfe_linux_exit, arg, 0); in cfe_linux_exit()
/linux-3.3/arch/sparc/kernel/
Dnmi.c189 smp_call_function(nmi_cpu_busy, (void *)&endflag, 0); in check_nmi_watchdog()

12