Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kernel/
Dsmp.c103 const struct cpu_operations *ops = get_cpu_ops(cpu); in boot_secondary()
229 ops = get_cpu_ops(cpu); in secondary_start_kernel()
271 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_disable()
322 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_kill()
367 const struct cpu_operations *ops = get_cpu_ops(cpu); in cpu_die()
390 const struct cpu_operations *ops = get_cpu_ops(cpu); in __cpu_try_die()
496 ops = get_cpu_ops(cpu); in smp_cpu_setup()
752 ops = get_cpu_ops(cpu); in smp_prepare_cpus()
1085 const struct cpu_operations *ops = get_cpu_ops(any_cpu); in have_cpu_die()
Dcpu_ops.c115 const struct cpu_operations *get_cpu_ops(int cpu) in get_cpu_ops() function
Dsetup.c386 const struct cpu_operations *ops = get_cpu_ops(cpu); in cpu_can_disable()
/linux-6.1.9/arch/arm64/include/asm/
Dcpu_ops.h50 extern const struct cpu_operations *get_cpu_ops(int cpu);