Home
last modified time | relevance | path

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

/arch/riscv/kernel/
A Dcpu-hotplug.c21 if (cpu_ops->cpu_stop) in cpu_has_hotplug()
34 if (!cpu_ops->cpu_stop) in __cpu_disable()
58 if (cpu_ops->cpu_is_stopped) in arch_cpuhp_cleanup_dead_cpu()
59 ret = cpu_ops->cpu_is_stopped(cpu); in arch_cpuhp_cleanup_dead_cpu()
73 cpu_ops->cpu_stop(); in arch_cpu_idle_dead()
A Dcpu_ops.c16 const struct cpu_operations *cpu_ops __ro_after_init = &cpu_ops_spinwait;
30 cpu_ops = &cpu_ops_sbi; in cpu_set_ops()
A Dsmpboot.c176 if (cpu_ops->cpu_start) in start_secondary_cpu()
177 return cpu_ops->cpu_start(cpu, tidle); in start_secondary_cpu()
A Dsmp.c91 cpu_ops->cpu_stop(); in ipi_cpu_crash_stop()
A DMakefile87 obj-$(CONFIG_SMP) += cpu_ops.o
/arch/arm64/kernel/
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()
A DMakefile32 io.o vdso.o hyp-stub.o psci.o cpu_ops.o \
/arch/riscv/include/asm/
A Dcpu_ops.h32 extern const struct cpu_operations *cpu_ops;

Completed in 12 milliseconds