tidle             479 arch/alpha/kernel/smp.c __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle             481 arch/alpha/kernel/smp.c 	smp_boot_one_cpu(cpu, tidle);
tidle             164 arch/csky/kernel/smp.c int __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle             169 arch/csky/kernel/smp.c 		(unsigned int) task_stack_page(tidle) + THREAD_SIZE - 8;
tidle             727 arch/ia64/kernel/smpboot.c __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle             745 arch/ia64/kernel/smpboot.c 	ret = do_boot_cpu(sapicid, cpu, tidle);
tidle             441 arch/mips/kernel/smp.c int __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle             445 arch/mips/kernel/smp.c 	err = mp_ops->boot_secondary(cpu, tidle);
tidle             416 arch/parisc/kernel/smp.c int __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle             418 arch/parisc/kernel/smp.c 	if (cpu != 0 && cpu < parisc_max_cpus && smp_boot_one_cpu(cpu, tidle))
tidle             989 arch/powerpc/kernel/smp.c int __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle            1004 arch/powerpc/kernel/smp.c 	cpu_idle_thread_init(cpu, tidle);
tidle              99 arch/riscv/kernel/smpboot.c int __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle             103 arch/riscv/kernel/smpboot.c 	tidle->thread_info.cpu = cpu;
tidle             114 arch/riscv/kernel/smpboot.c 		  task_stack_page(tidle) + THREAD_SIZE);
tidle             115 arch/riscv/kernel/smpboot.c 	WRITE_ONCE(__cpu_up_task_pointer[hartid], tidle);
tidle              21 arch/s390/include/asm/smp.h extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
tidle             885 arch/s390/kernel/smp.c int __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle             912 arch/s390/kernel/smp.c 	pcpu_attach_task(pcpu, tidle);
tidle             260 arch/sparc/kernel/smp_32.c int __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle             266 arch/sparc/kernel/smp_32.c 		ret = smp4m_boot_one_cpu(cpu, tidle);
tidle             269 arch/sparc/kernel/smp_32.c 		ret = smp4d_boot_one_cpu(cpu, tidle);
tidle             272 arch/sparc/kernel/smp_32.c 		ret = leon_boot_one_cpu(cpu, tidle);
tidle            1317 arch/sparc/kernel/smp_64.c int __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle            1319 arch/sparc/kernel/smp_64.c 	int ret = smp_boot_one_cpu(cpu, tidle);
tidle              55 arch/x86/include/asm/smp.h 	int (*cpu_up)(unsigned cpu, struct task_struct *tidle);
tidle              95 arch/x86/include/asm/smp.h static inline int __cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle              97 arch/x86/include/asm/smp.h 	return smp_ops.cpu_up(cpu, tidle);
tidle             135 arch/x86/include/asm/smp.h int common_cpu_up(unsigned int cpunum, struct task_struct *tidle);
tidle             136 arch/x86/include/asm/smp.h int native_cpu_up(unsigned int cpunum, struct task_struct *tidle);
tidle            1135 arch/x86/kernel/smpboot.c int native_cpu_up(unsigned int cpu, struct task_struct *tidle)
tidle            1175 arch/x86/kernel/smpboot.c 	err = common_cpu_up(cpu, tidle);
tidle            1179 arch/x86/kernel/smpboot.c 	err = do_boot_cpu(apicid, cpu, tidle, &cpu0_nmi_registered);
tidle              94 include/linux/smp.h extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);