Home
last modified time | relevance | path

Searched full:cpu_ops (Results 1 – 18 of 18) sorted by relevance

/linux/arch/riscv/kernel/
H A Dcpu-hotplug.c15 #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()
H A Dcpu_ops.c11 #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()
H A Dsmpboot.c30 #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()
H A Dcpu_ops_sbi.c3 * HSM extension and cpu_ops implementation.
11 #include <asm/cpu_ops.h>
H A Dsmp.c29 #include <asm/cpu_ops.h>
102 cpu_ops->cpu_stop(); in ipi_cpu_crash_stop()
H A DMakefile87 obj-$(CONFIG_SMP) += cpu_ops.o
/linux/arch/arm64/kernel/
H A Dcpu_ops.c14 #include <asm/cpu_ops.h>
23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
97 * 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()
H A Dpsci.c20 #include <asm/cpu_ops.h>
H A Dsmp_spin_table.c16 #include <asm/cpu_ops.h>
H A Dacpi_parking_protocol.c12 #include <asm/cpu_ops.h>
H A DMakefile32 io.o vdso.o hyp-stub.o psci.o cpu_ops.o \
H A Dmachine_kexec.c19 #include <asm/cpu_ops.h>
H A Dsetup.c43 #include <asm/cpu_ops.h>
H A Dacpi.c35 #include <asm/cpu_ops.h>
H A Dsmp.c44 #include <asm/cpu_ops.h>
281 * of no return. CPU0 may not have an cpu_ops, so test for it. in op_cpu_disable()
H A Dcpufeature.c82 #include <asm/cpu_ops.h>
/linux/arch/riscv/include/asm/
H A Dcpu_ops.h4 * Based on arch/arm64/include/asm/cpu_ops.h
32 extern const struct cpu_operations *cpu_ops;
/linux/drivers/clk/mvebu/
H A Dclk-cpu.c162 static const struct clk_ops cpu_ops = { variable
213 init.ops = &cpu_ops; in of_cpu_clk_setup()