Searched full:cpu_ops (Results 1 – 18 of 18) sorted by relevance
15 #include <asm/cpu_ops.h>21 if (cpu_ops->cpu_stop) in cpu_has_hotplug()34 if (!cpu_ops->cpu_stop) in __cpu_disable()59 if (cpu_ops->cpu_is_stopped) in arch_cpuhp_cleanup_dead_cpu()60 ret = cpu_ops->cpu_is_stopped(cpu); in arch_cpuhp_cleanup_dead_cpu()74 cpu_ops->cpu_stop(); in arch_cpu_idle_dead()
11 #include <asm/cpu_ops.h>16 const struct cpu_operations *cpu_ops __ro_after_init = &cpu_ops_spinwait;30 cpu_ops = &cpu_ops_sbi; in cpu_set_ops()
30 #include <asm/cpu_ops.h>176 if (cpu_ops->cpu_start) in start_secondary_cpu()177 return cpu_ops->cpu_start(cpu, tidle); in start_secondary_cpu()
3 * HSM extension and cpu_ops implementation.11 #include <asm/cpu_ops.h>
29 #include <asm/cpu_ops.h>102 cpu_ops->cpu_stop(); in ipi_cpu_crash_stop()
87 obj-$(CONFIG_SMP) += cpu_ops.o
14 #include <asm/cpu_ops.h>23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable97 * Read a cpu's enable method and record it in cpu_ops.106 cpu_ops[cpu] = cpu_get_ops(enable_method); in init_cpu_ops()107 if (!cpu_ops[cpu]) { in init_cpu_ops()117 return cpu_ops[cpu]; in get_cpu_ops()
20 #include <asm/cpu_ops.h>
16 #include <asm/cpu_ops.h>
12 #include <asm/cpu_ops.h>
32 io.o vdso.o hyp-stub.o psci.o cpu_ops.o \
19 #include <asm/cpu_ops.h>
43 #include <asm/cpu_ops.h>
35 #include <asm/cpu_ops.h>
44 #include <asm/cpu_ops.h>281 * of no return. CPU0 may not have an cpu_ops, so test for it. in op_cpu_disable()
82 #include <asm/cpu_ops.h>
4 * Based on arch/arm64/include/asm/cpu_ops.h32 extern const struct cpu_operations *cpu_ops;
162 static const struct clk_ops cpu_ops = { variable213 init.ops = &cpu_ops; in of_cpu_clk_setup()