Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dstop_machine.h109 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus);
137 static inline int stop_machine(cpu_stop_fn_t fn, void *data, in stop_machine() function
146 return stop_machine(fn, data, cpus); in stop_machine_from_inactive_cpu()
/Linux-v5.10/arch/arm/mm/
Dinit.c560 stop_machine(__fix_kernmem_perms, NULL, NULL); in fix_kernmem_perms()
574 stop_machine(__mark_rodata_ro, NULL, NULL); in mark_rodata_ro()
/Linux-v5.10/arch/csky/kernel/
Dftrace.c233 stop_machine(__ftrace_modify_code, &param, cpu_online_mask); in arch_ftrace_update_code()
/Linux-v5.10/arch/arm/kernel/
Dftrace.c46 stop_machine(__ftrace_modify_code, &command, NULL); in arch_ftrace_update_code()
/Linux-v5.10/kernel/
Dstop_machine.c602 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() function
612 EXPORT_SYMBOL_GPL(stop_machine);
DMakefile81 obj-$(CONFIG_SMP) += stop_machine.o
/Linux-v5.10/arch/arm64/kernel/
Dalternative.c229 stop_machine(__apply_alternatives_multi_stop, NULL, cpu_online_mask); in apply_alternatives_all()
Dcpufeature.c2447 stop_machine(cpu_enable_non_boot_scope_capabilities, in enable_cpu_capabilities()
/Linux-v5.10/drivers/xen/
Dmanage.c136 err = stop_machine(xen_suspend, &si, cpumask_of(0)); in do_suspend()
/Linux-v5.10/drivers/char/hw_random/
Dintel-rng.c372 err = stop_machine(intel_rng_hw_init, intel_rng_hw, NULL); in mod_init()
/Linux-v5.10/arch/x86/kernel/cpu/mtrr/
Dmtrr.c238 stop_machine(mtrr_rendezvous_handler, &data, cpu_online_mask); in set_mtrr()
/Linux-v5.10/Documentation/livepatch/
Dcallbacks.rst18 mutexes/spinlocks, or even stop_machine(), to avoid concurrency issues.
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_ggtt.c356 stop_machine(bxt_vtd_ggtt_insert_page__cb, &arg, NULL); in bxt_vtd_ggtt_insert_page__BKL()
383 stop_machine(bxt_vtd_ggtt_insert_entries__cb, &arg, NULL); in bxt_vtd_ggtt_insert_entries__BKL()
/Linux-v5.10/Documentation/RCU/
Dstallwarn.rst264 sort of false positive without resorting to things like stop_machine(),
/Linux-v5.10/kernel/time/
Dtimekeeping.c1481 stop_machine(change_clocksource, clock, NULL); in timekeeping_notify()
/Linux-v5.10/drivers/edac/
Dthunderx_edac.c431 stop_machine(inject_ecc_fn, lmc, NULL); in thunderx_lmc_inject_ecc_write()
/Linux-v5.10/Documentation/trace/
Dkprobes.rst254 After that, the Kprobe-optimizer calls stop_machine() to replace
/Linux-v5.10/kernel/trace/
Dftrace.c2737 stop_machine(__ftrace_modify_code, &command, NULL); in ftrace_run_stop_machine()