Home
last modified time | relevance | path

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

/Linux-v6.6/arch/parisc/kernel/
Dsmp.c333 static int smp_boot_one_cpu(int cpuid, struct task_struct *idle) in smp_boot_one_cpu() function
445 smp_boot_one_cpu(cpu, tidle)) in __cpu_up()
/Linux-v6.6/arch/alpha/kernel/
Dsmp.c360 smp_boot_one_cpu(int cpuid, struct task_struct *idle) in smp_boot_one_cpu() function
478 smp_boot_one_cpu(cpu, tidle); in __cpu_up()
/Linux-v6.6/arch/sparc/kernel/
Dsmp_64.c350 static int smp_boot_one_cpu(unsigned int cpu, struct task_struct *idle) in smp_boot_one_cpu() function
1289 int ret = smp_boot_one_cpu(cpu, tidle); in __cpu_up()