Searched refs:cpu_ops (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/riscv/kernel/
H A Dcpu-hotplug.c15 #include <asm/cpu_ops.h>
21 if (cpu_ops->cpu_stop)
34 if (!cpu_ops->cpu_stop)
58 if (cpu_ops->cpu_is_stopped)
59 ret = cpu_ops->cpu_is_stopped(cpu);
73 cpu_ops->cpu_stop();
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;
H A Dcpu_ops_spinwait.c10 #include <asm/cpu_ops.h>
H A Dsmpboot.c30 #include <asm/cpu_ops.h>
178 if (cpu_ops->cpu_start)
179 return cpu_ops->cpu_start(cpu, tidle);
H A Dcpu_ops_sbi.c3 * HSM extension and cpu_ops implementation.
11 #include <asm/cpu_ops.h>
H A Dsmp.c27 #include <asm/cpu_ops.h>
84 cpu_ops->cpu_stop();
H A DMakefile74 obj-$(CONFIG_SMP) += cpu_ops.o
/linux-master/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;
97 * Read a cpu's enable method and record it in cpu_ops.
106 cpu_ops[cpu] = cpu_get_ops(enable_method);
107 if (!cpu_ops[cpu]) {
117 return cpu_ops[cpu];
H A Dsmp_spin_table.c16 #include <asm/cpu_ops.h>
H A Dpsci.c20 #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 Dacpi.c33 #include <asm/cpu_ops.h>
H A Dsetup.c43 #include <asm/cpu_ops.h>
H A Dsmp.c44 #include <asm/cpu_ops.h>
282 * of no return. CPU0 may not have an cpu_ops, so test for it.
H A Dcpufeature.c81 #include <asm/cpu_ops.h>
/linux-master/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-master/drivers/clk/mvebu/
H A Dclk-cpu.c160 static const struct clk_ops cpu_ops = { variable in typeref:struct:clk_ops
211 init.ops = &cpu_ops;
/linux-master/include/linux/
H A Darm_ffa.h429 const struct ffa_cpu_ops *cpu_ops; member in struct:ffa_ops
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c1172 .cpu_ops = &ffa_drv_cpu_ops,

Completed in 386 milliseconds