Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dsmp.c103 const struct cpu_operations *ops = get_cpu_ops(cpu); in boot_secondary()
230 ops = get_cpu_ops(cpu); in secondary_start_kernel()
279 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_disable()
330 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_kill()
371 const struct cpu_operations *ops = get_cpu_ops(cpu); in cpu_die()
394 const struct cpu_operations *ops = get_cpu_ops(cpu); in __cpu_try_die()
497 ops = get_cpu_ops(cpu); in smp_cpu_setup()
810 ops = get_cpu_ops(cpu); in smp_prepare_cpus()
1350 const struct cpu_operations *ops = get_cpu_ops(any_cpu); in have_cpu_die()
H A Dcpu_ops.c115 const struct cpu_operations *get_cpu_ops(int cpu) in get_cpu_ops() function
/linux/arch/arm64/include/asm/
H A Dcpu_ops.h50 extern const struct cpu_operations *get_cpu_ops(int cpu);