| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | cpu-hotplug.c | 25 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 D | smpboot.c | 58 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 D | cpu_ops.c | 16 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 D | Makefile | 39 obj-$(CONFIG_SMP) += cpu_ops.o
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | cpu_ops.c | 23 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 D | Makefile | 17 io.o vdso.o hyp-stub.o psci.o cpu_ops.o insn.o \
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | cpu-uclass.c | 19 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 D | bmips_cpu.c | 276 static const struct cpu_ops bmips_cpu_ops = {
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cpu.h | 49 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 D | cpu_ops.h | 41 extern const struct cpu_operations *cpu_ops[NR_CPUS];
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/ |
| H A D | cpu.c | 31 static const struct cpu_ops cpu_qemu_ops = {
|
| /OK3568_Linux_fs/kernel/drivers/clk/mvebu/ |
| H A D | clk-cpu.c | 160 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 D | cpu_x86.c | 81 static const struct cpu_ops cpu_x86_ops = {
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/ |
| H A D | cpu.c | 188 static const struct cpu_ops cpu_x86_baytrail_ops = {
|
| /OK3568_Linux_fs/u-boot/arch/nios2/cpu/ |
| H A D | cpu.c | 133 static const struct cpu_ops altera_nios2_ops = {
|
| /OK3568_Linux_fs/kernel/drivers/clk/sirf/ |
| H A D | clk-common.c | 494 static const struct clk_ops cpu_ops = { variable 504 .ops = &cpu_ops,
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | model_206ax.c | 478 static const struct cpu_ops cpu_x86_model_206ax_ops = {
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | cpu.c | 748 static const struct cpu_ops cpu_x86_broadwell_ops = {
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |