Home
last modified time | relevance | path

Searched full:cpu_stop (Results 1 – 6 of 6) sorted by relevance

/linux/arch/riscv/kernel/
H A Dcpu-hotplug.c21 if (cpu_ops->cpu_stop) in cpu_has_hotplug()
34 if (!cpu_ops->cpu_stop) in __cpu_disable()
74 cpu_ops->cpu_stop(); in arch_cpu_idle_dead()
H A Dcpu_ops_sbi.c107 .cpu_stop = sbi_cpu_stop,
H A Dsmp.c102 cpu_ops->cpu_stop(); in ipi_cpu_crash_stop()
/linux/arch/riscv/include/asm/
H A Dcpu_ops.h17 * @cpu_stop: Makes a cpu leave the kernel. Must not fail. Called from
26 void (*cpu_stop)(void); member
/linux/tools/power/cpupower/
H A DTODO11 - Add cpu_start()/cpu_stop() callbacks for monitor
/linux/kernel/
H A Dstop_machine.c200 /* This is the cpu_stop function which stops the CPU. */
522 "cpu_stop: %ps(%p) leaked preempt count\n", fn, arg); in cpu_stopper_thread()