Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
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()
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()
Dsmpboot.c176 if (cpu_ops->cpu_start) in start_secondary_cpu()
177 return cpu_ops->cpu_start(cpu, tidle); in start_secondary_cpu()
DMakefile86 obj-$(CONFIG_SMP) += cpu_ops.o
Dsmp.c88 cpu_ops->cpu_stop(); in ipi_cpu_crash_stop()
/linux-6.12.1/arch/arm64/kernel/
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()
DMakefile32 io.o vdso.o hyp-stub.o psci.o cpu_ops.o \
/linux-6.12.1/arch/riscv/include/asm/
Dcpu_ops.h32 extern const struct cpu_operations *cpu_ops;
/linux-6.12.1/drivers/clk/mvebu/
Dclk-cpu.c160 static const struct clk_ops cpu_ops = { variable
211 init.ops = &cpu_ops; in of_cpu_clk_setup()
/linux-6.12.1/include/linux/
Darm_ffa.h471 const struct ffa_cpu_ops *cpu_ops; member
/linux-6.12.1/drivers/firmware/arm_ffa/
Ddriver.c1339 .cpu_ops = &ffa_drv_cpu_ops,