Home
last modified time | relevance | path

Searched refs:get_cpu_ops (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsmp.c112 const struct cpu_operations *ops = get_cpu_ops(cpu); in boot_secondary()
244 ops = get_cpu_ops(cpu); in secondary_start_kernel()
286 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_disable()
337 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_kill()
382 const struct cpu_operations *ops = get_cpu_ops(cpu); in cpu_die()
405 const struct cpu_operations *ops = get_cpu_ops(cpu); in __cpu_try_die()
533 ops = get_cpu_ops(cpu); in smp_cpu_setup()
788 ops = get_cpu_ops(cpu); in smp_prepare_cpus()
1143 const struct cpu_operations *ops = get_cpu_ops(any_cpu); in have_cpu_die()
H A Dcpuidle.c21 const struct cpu_operations *ops = get_cpu_ops(cpu); in arm_cpuidle_init()
40 const struct cpu_operations *ops = get_cpu_ops(cpu); in arm_cpuidle_suspend()
H A Dcpu_ops.c115 const struct cpu_operations *get_cpu_ops(int cpu) in get_cpu_ops() function
H A Dsetup.c398 const struct cpu_operations *ops = get_cpu_ops(cpu); in cpu_can_disable()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcpu_ops.h59 extern const struct cpu_operations *get_cpu_ops(int cpu);