| /linux/drivers/acpi/riscv/ |
| H A D | cppc.c | 110 smp_call_function_single(cpu, sbi_cppc_read, &data, 1); in cpc_read_ffh() 118 smp_call_function_single(cpu, cppc_ffh_csr_read, &data, 1); in cpc_read_ffh() 142 smp_call_function_single(cpu, sbi_cppc_write, &data, 1); in cpc_write_ffh() 149 smp_call_function_single(cpu, cppc_ffh_csr_write, &data, 1); in cpc_write_ffh()
|
| /linux/kernel/ |
| H A D | up.c | 12 int smp_call_function_single(int cpu, void (*func)(void *info), void *info, bool wait) in smp_call_function_single() function 25 EXPORT_SYMBOL(smp_call_function_single); in smp_call_function_single()
|
| H A D | scftorture.c | 114 "smp_call_function_single", 389 ret = smp_call_function_single(cpu, scf_handler_1, (void *)scfcp, scfsp->scfs_wait); in scftorture_invoke_one() 410 ret = smp_call_function_single(cpu, scf_handler_1, (void *)scfcp, 0); in scftorture_invoke_one()
|
| H A D | smp.c | 764 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, bool wait) in smp_call_function_single() function 768 EXPORT_SYMBOL(smp_call_function_single);
|
| /linux/arch/xtensa/kernel/ |
| H A D | process.c | 127 smp_call_function_single(ti->cp_owner_cpu, in coprocessor_release_all() 155 smp_call_function_single(ti->cp_owner_cpu, in coprocessor_flush_all() 172 smp_call_function_single(ti->cp_owner_cpu, in coprocessor_flush_release_all()
|
| H A D | smp.c | 206 smp_call_function_single(0, mx_cpu_start, (void *)cpu, 1); in boot_secondary() 225 smp_call_function_single(0, mx_cpu_stop, in boot_secondary() 303 smp_call_function_single(0, mx_cpu_stop, (void *)cpu, true); in platform_cpu_kill()
|
| /linux/drivers/cpufreq/ |
| H A D | sparc-us3-cpufreq.c | 88 if (smp_call_function_single(cpu, read_safari_cfg, ®, 1)) in us3_freq_get() 117 return smp_call_function_single(cpu, update_safari_cfg, &new_bits, 1); in us3_freq_target()
|
| H A D | sparc-us2e-cpufreq.c | 237 if (smp_call_function_single(cpu, __us2e_freq_get, &estar, 1)) in us2e_freq_get() 269 return smp_call_function_single(cpu, __us2e_freq_target, &index, 1); in us2e_freq_target()
|
| H A D | powernow-k8.c | 1030 smp_call_function_single(pol->cpu, check_supported_cpu, &rc, 1); in powernowk8_cpu_init() 1067 smp_call_function_single(data->cpu, powernowk8_cpu_init_on_cpu, in powernowk8_cpu_init() 1129 smp_call_function_single(cpu, query_values_on_cpu, &err, true); in powernowk8_get() 1186 smp_call_function_single(i, check_supported_cpu, &ret, 1); in powernowk8_init()
|
| H A D | powernv-cpufreq.c | 884 smp_call_function_single(policy->cpu, set_pstate, &freq_data, 1); in powernv_cpufreq_cpu_exit()
|
| /linux/arch/sparc/kernel/ |
| H A D | nmi.c | 305 smp_call_function_single(cpu, start_nmi_watchdog, NULL, 1); in watchdog_hardlockup_enable() 316 smp_call_function_single(cpu, stop_nmi_watchdog, NULL, 1); in watchdog_hardlockup_disable()
|
| /linux/arch/csky/kernel/ |
| H A D | cpu-probe.c | 51 smp_call_function_single(cpu, percpu_print, m, true); in c_show()
|
| /linux/arch/arm/mach-bcm/ |
| H A D | bcm_kona_smc.c | 155 smp_call_function_single(0, __bcm_kona_smc, &data, 1); in bcm_kona_smc()
|
| /linux/arch/mips/kernel/ |
| H A D | sync-r4k.c | 183 smp_call_function_single(cpumask_first(cpu_online_mask), in synchronise_count_slave()
|
| H A D | smp-cps.c | 667 err = smp_call_function_single(remote, remote_vpe_boot, in cps_boot_secondary() 921 err = smp_call_function_single(cpu_death_sibling, in cps_cleanup_dead_cpu()
|
| H A D | smp-bmips.c | 496 smp_call_function_single(0, &bmips_set_reset_vec_remote, in bmips_set_reset_vec_remote()
|
| /linux/drivers/thermal/intel/ |
| H A D | therm_throt.c | 610 smp_call_function_single(directed_intr_handler_cpus[i], in disable_directed_thermal_pkg_intr_all() 688 smp_call_function_single(new_cpu, config_directed_thermal_pkg_intr, in disable_directed_thermal_pkg_intr() 700 smp_call_function_single(new_cpu, config_directed_thermal_pkg_intr, in disable_directed_thermal_pkg_intr()
|
| /linux/drivers/soc/fsl/qbman/ |
| H A D | qman_test_stash.c | 508 smp_call_function_single(hp_cpu->processor_id, in init_phase3() 608 smp_call_function_single(special_handler->processor_id, in qman_test_stash()
|
| /linux/drivers/edac/ |
| H A D | a72_edac.c | 125 smp_call_function_single(cpu, read_errors, &mesr, true); in a72_edac_check()
|
| /linux/drivers/soc/qcom/ |
| H A D | spm.c | 312 return smp_call_function_single(drv->reg_cpu, drv->reg_data->set_vdd, drv, true); in spm_set_voltage_sel() 466 smp_call_function_single(drv->reg_cpu, drv->reg_data->set_vdd, drv, true); in spm_register_regulator()
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | pmsu.c | 586 smp_call_function_single(cpu, mvebu_pmsu_dfs_request_local, in mvebu_pmsu_dfs_request()
|
| /linux/Documentation/RCU/Design/Expedited-Grace-Periods/ |
| H A D | Expedited-Grace-Periods.rst | 26 replaced with a set of calls to ``smp_call_function_single()``, 34 The details of the ``smp_call_function_single()`` handler's 55 ``smp_call_function_single()`` to send the CPU an IPI, which 177 grace period invokes ``smp_call_function_single()``. If this
|
| /linux/arch/s390/mm/ |
| H A D | extmem.c | 572 smp_call_function_single(0, __dcss_diag_purge_on_cpu_0, seg, 1); in segment_unload()
|
| /linux/kernel/time/ |
| H A D | clockevents.c | 479 smp_call_function_single(cpu, __clockevents_unbind, &cu, 1); in clockevents_unbind()
|
| /linux/kernel/rcu/ |
| H A D | tree_exp.h | 420 ret = smp_call_function_single(cpu, rcu_exp_handler, NULL, 0); in __sync_rcu_exp_select_node_cpus()
|