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

/linux-4.4.14/arch/arm64/kernel/
H A Dcpuidle.c16 #include <asm/cpu_ops.h>
22 if (cpu_ops[cpu] && cpu_ops[cpu]->cpu_init_idle) arm_cpuidle_init()
23 ret = cpu_ops[cpu]->cpu_init_idle(cpu); arm_cpuidle_init()
40 * If cpu_ops have not been registered or suspend arm_cpuidle_suspend()
43 if (!cpu_ops[cpu] || !cpu_ops[cpu]->cpu_suspend) arm_cpuidle_suspend()
45 return cpu_ops[cpu]->cpu_suspend(index); arm_cpuidle_suspend()
H A Dcpu_ops.c24 #include <asm/cpu_ops.h>
30 const struct cpu_operations *cpu_ops[NR_CPUS]; variable in typeref:struct:cpu_operations
85 * Read a cpu's enable method and record it in cpu_ops.
94 cpu_ops[cpu] = cpu_get_ops(enable_method); cpu_read_ops()
95 if (!cpu_ops[cpu]) { cpu_read_ops()
H A Dsmp.c46 #include <asm/cpu_ops.h>
81 if (cpu_ops[cpu]->cpu_boot) boot_secondary()
82 return cpu_ops[cpu]->cpu_boot(cpu); boot_secondary()
166 if (cpu_ops[cpu]->cpu_postboot) secondary_start_kernel()
167 cpu_ops[cpu]->cpu_postboot(); secondary_start_kernel()
206 * of no return. CPU0 may not have an cpu_ops, so test for it. op_cpu_disable()
208 if (!cpu_ops[cpu] || !cpu_ops[cpu]->cpu_die) op_cpu_disable()
215 if (cpu_ops[cpu]->cpu_disable) op_cpu_disable()
216 return cpu_ops[cpu]->cpu_disable(cpu); op_cpu_disable()
254 if (!cpu_ops[cpu]->cpu_kill) op_cpu_kill()
257 return cpu_ops[cpu]->cpu_kill(cpu); op_cpu_kill()
310 cpu_ops[cpu]->cpu_die(cpu); cpu_die()
393 if (cpu_ops[cpu]->cpu_init(cpu)) smp_cpu_setup()
604 if (!cpu_ops[cpu]) for_each_possible_cpu()
607 err = cpu_ops[cpu]->cpu_prepare(cpu); for_each_possible_cpu()
H A DMakefile17 hyp-stub.o psci.o psci-call.o cpu_ops.o insn.o \
H A Dsmp_spin_table.c26 #include <asm/cpu_ops.h>
H A Dpsci.c28 #include <asm/cpu_ops.h>
H A Dacpi.c29 #include <asm/cpu_ops.h>
H A Dcpufeature.c26 #include <asm/cpu_ops.h>
842 if (cpu_ops[cpu] && cpu_ops[cpu]->cpu_die) fail_incapable_cpu()
843 cpu_ops[cpu]->cpu_die(cpu); fail_incapable_cpu()
H A Dsetup.c54 #include <asm/cpu_ops.h>
/linux-4.4.14/drivers/clk/mvebu/
H A Dclk-cpu.c162 static const struct clk_ops cpu_ops = { variable in typeref:struct:clk_ops
221 init.ops = &cpu_ops; of_cpu_clk_setup()
/linux-4.4.14/arch/arm64/include/asm/
H A Dcpu_ops.h66 extern const struct cpu_operations *cpu_ops[NR_CPUS];
/linux-4.4.14/drivers/clk/sirf/
H A Dclk-common.c491 static struct clk_ops cpu_ops = { variable in typeref:struct:clk_ops
501 .ops = &cpu_ops,

Completed in 185 milliseconds