Home
last modified time | relevance | path

Searched refs:stop_machine_cpuslocked (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dstop_machine.h134 int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus);
140 static __always_inline int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked() function
154 return stop_machine_cpuslocked(fn, data, cpus); in stop_machine()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dpatch.c117 stop_machine_cpuslocked(patch_text_stop_machine, &patch, NULL); in patch_text()
129 stop_machine_cpuslocked(patch_text_stop_machine, &patch, NULL); in patch_text_multiple()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Djump_label.c63 stop_machine_cpuslocked(patch_text_stop_machine, in patch_text()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dpatch.c126 return stop_machine_cpuslocked(patch_text_cb, in patch_text()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dkprobes.c168 stop_machine_cpuslocked(swap_instruction, &args, NULL); in arch_arm_kprobe()
176 stop_machine_cpuslocked(swap_instruction, &args, NULL); in arch_disarm_kprobe()
H A Dtime.c707 stop_machine_cpuslocked(stp_sync_clock, &stp_sync, cpu_online_mask); in stp_work_fn()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dpatch.c127 stop_machine_cpuslocked(patch_text_stop_machine, &patch, NULL); in patch_text()
/OK3568_Linux_fs/kernel/kernel/
H A Dstop_machine.c606 int stop_machine_cpuslocked(cpu_stop_fn_t fn, void *data, in stop_machine_cpuslocked() function
648 ret = stop_machine_cpuslocked(fn, data, cpus); in stop_machine()
H A Dcpu.c979 err = stop_machine_cpuslocked(take_cpu_down, NULL, cpumask_of(cpu)); in takedown_cpu()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dsubcore.c356 stop_machine_cpuslocked(cpu_update_split_mode, &new_mode, in set_subcores_per_core()
/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A Dkprobes.c49 return stop_machine_cpuslocked(patch_text_cb, &param, cpu_online_mask); in patch_text()
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dcore.c172 stop_machine_cpuslocked(__kprobes_remove_breakpoint, &p, in kprobes_remove_breakpoint()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c250 stop_machine_cpuslocked(mtrr_rendezvous_handler, &data, cpu_online_mask); in set_mtrr_cpuslocked()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/
H A Dcore.c607 ret = stop_machine_cpuslocked(__reload_late, NULL, cpu_online_mask); in microcode_reload_late()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dinsn.c247 return stop_machine_cpuslocked(aarch64_insn_patch_text_cb, &patch, in aarch64_insn_patch_text()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dlpar.c1652 rc = stop_machine_cpuslocked(pseries_lpar_resize_hpt_commit, in pseries_lpar_resize_hpt()