Home
last modified time | relevance | path

Searched refs:start_cpu (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/platforms/pseries/
A Dsmp.c93 int start_cpu; in smp_startup_cpu() local
111 start_cpu = rtas_function_token(RTAS_FN_START_CPU); in smp_startup_cpu()
112 if (start_cpu == RTAS_UNKNOWN_SERVICE) in smp_startup_cpu()
115 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, pcpu); in smp_startup_cpu()
/arch/sh/include/asm/
A Dsmp-ops.h9 void (*start_cpu)(unsigned int cpu, unsigned long entry_point); member
/arch/sh/boards/
A Dof-generic.c44 .start_cpu = dummy_start_cpu,
/arch/arm64/kernel/
A Dtopology.c288 unsigned int start_cpu = cpu; in arch_freq_get_on_cpu() local
323 if (ref_cpu == start_cpu) { in arch_freq_get_on_cpu()
/arch/sh/kernel/cpu/sh2/
A Dsmp-j2.c128 .start_cpu = j2_start_cpu,
/arch/sh/kernel/cpu/sh4a/
A Dsmp-shx3.c140 .start_cpu = shx3_start_cpu,
/arch/sh/kernel/
A Dsmp.c230 mp_ops->start_cpu(cpu, (unsigned long)_stext); in __cpu_up()

Completed in 12 milliseconds