Home
last modified time | relevance | path

Searched refs:cpu_ops (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcpu-hotplug.c25 if (cpu_ops[cpu]->cpu_stop) in cpu_has_hotplug()
39 if (!cpu_ops[cpu] || !cpu_ops[cpu]->cpu_stop) in __cpu_disable()
42 if (cpu_ops[cpu]->cpu_disable) in __cpu_disable()
43 ret = cpu_ops[cpu]->cpu_disable(cpu); in __cpu_disable()
69 if (cpu_ops[cpu]->cpu_is_stopped) in __cpu_die()
70 ret = cpu_ops[cpu]->cpu_is_stopped(cpu); in __cpu_die()
84 cpu_ops[smp_processor_id()]->cpu_stop(); in cpu_stop()
H A Dsmpboot.c58 if (cpu_ops[cpuid]->cpu_prepare) { in smp_prepare_cpus()
59 ret = cpu_ops[cpuid]->cpu_prepare(cpuid); in smp_prepare_cpus()
112 if (cpu_ops[cpu]->cpu_start) in start_secondary_cpu()
113 return cpu_ops[cpu]->cpu_start(cpu, tidle); in start_secondary_cpu()
H A Dcpu_ops.c16 const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
42 cpu_ops[cpuid] = &cpu_ops_sbi; in cpu_set_ops()
45 cpu_ops[cpuid] = &cpu_ops_spinwait; in cpu_set_ops()
H A DMakefile39 obj-$(CONFIG_SMP) += cpu_ops.o
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpu_ops.c23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
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 DMakefile17 io.o vdso.o hyp-stub.o psci.o cpu_ops.o insn.o \
/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Dcpu-uclass.c19 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc()
29 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info()
39 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count()
49 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor()
H A Dbmips_cpu.c276 static const struct cpu_ops bmips_cpu_ops = {
/OK3568_Linux_fs/u-boot/include/
H A Dcpu.h49 struct cpu_ops { struct
88 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcpu_ops.h41 extern const struct cpu_operations *cpu_ops[NR_CPUS];
/OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/
H A Dcpu.c31 static const struct cpu_ops cpu_qemu_ops = {
/OK3568_Linux_fs/kernel/drivers/clk/mvebu/
H A Dclk-cpu.c160 static const struct clk_ops cpu_ops = { variable
219 init.ops = &cpu_ops; in of_cpu_clk_setup()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dcpu_x86.c81 static const struct cpu_ops cpu_x86_ops = {
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c188 static const struct cpu_ops cpu_x86_baytrail_ops = {
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Dcpu.c133 static const struct cpu_ops altera_nios2_ops = {
/OK3568_Linux_fs/kernel/drivers/clk/sirf/
H A Dclk-common.c494 static const struct clk_ops cpu_ops = { variable
504 .ops = &cpu_ops,
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c478 static const struct cpu_ops cpu_x86_model_206ax_ops = {
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c748 static const struct cpu_ops cpu_x86_broadwell_ops = {
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log