| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stop_machine.h | 134 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 D | patch.c | 117 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 D | jump_label.c | 63 stop_machine_cpuslocked(patch_text_stop_machine, in patch_text()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | patch.c | 126 return stop_machine_cpuslocked(patch_text_cb, in patch_text()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | kprobes.c | 168 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 D | time.c | 707 stop_machine_cpuslocked(stp_sync_clock, &stp_sync, cpu_online_mask); in stp_work_fn()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | patch.c | 127 stop_machine_cpuslocked(patch_text_stop_machine, &patch, NULL); in patch_text()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | stop_machine.c | 606 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 D | cpu.c | 979 err = stop_machine_cpuslocked(take_cpu_down, NULL, cpumask_of(cpu)); in takedown_cpu()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | subcore.c | 356 stop_machine_cpuslocked(cpu_update_split_mode, &new_mode, in set_subcores_per_core()
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/probes/ |
| H A D | kprobes.c | 49 return stop_machine_cpuslocked(patch_text_cb, ¶m, cpu_online_mask); in patch_text()
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/ |
| H A D | core.c | 172 stop_machine_cpuslocked(__kprobes_remove_breakpoint, &p, in kprobes_remove_breakpoint()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 250 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 D | core.c | 607 ret = stop_machine_cpuslocked(__reload_late, NULL, cpu_online_mask); in microcode_reload_late()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | insn.c | 247 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 D | lpar.c | 1652 rc = stop_machine_cpuslocked(pseries_lpar_resize_hpt_commit, in pseries_lpar_resize_hpt()
|