Home
last modified time | relevance | path

Searched refs:stop_machine (Results 1 – 20 of 20) sorted by relevance

/linux/include/linux/
H A Dstop_machine.h114 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus);
159 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() function
168 return stop_machine(fn, data, cpus); in stop_machine_from_inactive_cpu()
/linux/arch/arm/mm/
H A Dinit.c450 stop_machine(__fix_kernmem_perms, NULL, NULL); in fix_kernmem_perms()
461 stop_machine(__mark_rodata_ro, NULL, NULL); in mark_rodata_ro()
/linux/arch/csky/kernel/
H A Dftrace.c228 stop_machine(__ftrace_modify_code, &param, cpu_online_mask); in arch_ftrace_update_code()
/linux/kernel/
H A Dstop_machine.c3 * kernel/stop_machine.c
18 #include <linux/stop_machine.h>
600 * Handle the case where stop_machine() is called in stop_machine_cpuslocked()
601 * early in boot before stop_machine() has been in stop_machine_cpuslocked()
622 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() function
632 EXPORT_SYMBOL_GPL(stop_machine);
656 * stop_machine_from_inactive_cpu - stop_machine() from inactive CPU
661 * This is identical to stop_machine() but can be called from a CPU which
666 * This function provides stop_machine() functionality for such state by
H A DMakefile86 obj-$(CONFIG_SMP) += stop_machine.o
/linux/drivers/xen/
H A Dmanage.c136 err = stop_machine(xen_suspend, &si, cpumask_of(0)); in do_suspend()
/linux/arch/arm64/kernel/
H A Dalternative.c260 stop_machine(__apply_alternatives_multi_stop, NULL, cpu_online_mask); in apply_alternatives_all()
H A Dcpufeature.c1989 stop_machine(__kpti_install_ng_mappings, NULL, cpu_online_mask); in kpti_install_ng_mappings()
3390 stop_machine(cpu_enable_non_boot_scope_capabilities, in enable_cpu_capabilities()
/linux/drivers/char/hw_random/
H A Dintel-rng.c372 err = stop_machine(intel_rng_hw_init, intel_rng_hw, NULL); in intel_rng_mod_init()
/linux/drivers/misc/lkdtm/
H A Dbugs.c100 stop_machine(panic_stop_irqoff_fn, &v, cpu_online_mask); in lkdtm_PANIC_STOP_IRQOFF()
/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c19 #include <linux/stop_machine.h>
686 ret = stop_machine(do_join, &info, cpu_online_mask); in pseries_suspend()
/linux/Documentation/livepatch/
H A Dcallbacks.rst18 mutexes/spinlocks, or even stop_machine(), to avoid concurrency issues.
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c690 stop_machine(bxt_vtd_ggtt_insert_page__cb, &arg, NULL); in bxt_vtd_ggtt_insert_page__BKL()
718 stop_machine(bxt_vtd_ggtt_insert_entries__cb, &arg, NULL); in bxt_vtd_ggtt_insert_entries__BKL()
/linux/Documentation/arch/x86/
H A Dmicrocode.rst134 To eliminate this case, a stop_machine()-based CPU synchronization was
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c1208 stop_machine(cache_rendezvous_handler, NULL, cpu_online_mask); in cache_aps_init()
/linux/kernel/time/
H A Dtimekeeping.c1521 stop_machine(change_clocksource, clock, NULL); in timekeeping_notify()
/linux/drivers/edac/
H A Dthunderx_edac.c425 stop_machine(inject_ecc_fn, lmc, NULL); in thunderx_lmc_inject_ecc_write()
/linux/Documentation/trace/
H A Dkprobes.rst253 After that, the Kprobe-optimizer calls stop_machine() to replace
/linux/kernel/trace/
H A Dftrace.c2927 stop_machine(__ftrace_modify_code, &command, NULL); in ftrace_run_stop_machine()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1935 stop_machine(), specifically those between the ``CPUHP_AP_OFFLINE``