stop_machine       47 arch/arm/kernel/ftrace.c 	stop_machine(__ftrace_modify_code, &command, NULL);
stop_machine      651 arch/arm/mm/init.c 	stop_machine(__fix_kernmem_perms, NULL, NULL);
stop_machine      665 arch/arm/mm/init.c 	stop_machine(__mark_rodata_ro, NULL, NULL);
stop_machine      241 arch/arm64/kernel/alternative.c 	stop_machine(__apply_alternatives_multi_stop, NULL, cpu_online_mask);
stop_machine     1859 arch/arm64/kernel/cpufeature.c 		stop_machine(cpu_enable_non_boot_scope_capabilities,
stop_machine      783 arch/powerpc/mm/book3s64/radix_pgtable.c 		stop_machine(stop_machine_change_mapping, &params, NULL);
stop_machine     1411 arch/powerpc/mm/numa.c 		stop_machine(update_cpu_topology, &updates[0], &updated_cpus);
stop_machine     1422 arch/powerpc/mm/numa.c 		stop_machine(update_lookup_table, &updates[0],
stop_machine      238 arch/x86/kernel/cpu/mtrr/mtrr.c 	stop_machine(mtrr_rendezvous_handler, &data, cpu_online_mask);
stop_machine      372 drivers/char/hw_random/intel-rng.c 	err = stop_machine(intel_rng_hw_init, intel_rng_hw, NULL);
stop_machine      431 drivers/edac/thunderx_edac.c 		stop_machine(inject_ecc_fn, lmc, NULL);
stop_machine     2323 drivers/gpu/drm/i915/i915_gem_gtt.c 	stop_machine(bxt_vtd_ggtt_insert_page__cb, &arg, NULL);
stop_machine     2350 drivers/gpu/drm/i915/i915_gem_gtt.c 	stop_machine(bxt_vtd_ggtt_insert_entries__cb, &arg, NULL);
stop_machine     2375 drivers/gpu/drm/i915/i915_gem_gtt.c 	stop_machine(bxt_vtd_ggtt_clear_range__cb, &arg, NULL);
stop_machine      136 drivers/xen/manage.c 	err = stop_machine(xen_suspend, &si, cpumask_of(0));
stop_machine      125 include/linux/stop_machine.h int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus);
stop_machine      162 include/linux/stop_machine.h 	return stop_machine(fn, data, cpus);
stop_machine      641 kernel/stop_machine.c EXPORT_SYMBOL_GPL(stop_machine);
stop_machine     1408 kernel/time/timekeeping.c 	stop_machine(change_clocksource, clock, NULL);
stop_machine     2597 kernel/trace/ftrace.c 	stop_machine(__ftrace_modify_code, &command, NULL);