Searched refs:__cpu_up (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dsmp.h22 extern int __cpu_up(unsigned int cpu, struct task_struct *tidle);
/linux-master/include/linux/
H A Dsmp.h152 extern int __cpu_up(unsigned int cpunum, struct task_struct *tidle);
/linux-master/arch/hexagon/kernel/
H A Dsmp.c174 int __cpu_up(unsigned int cpu, struct task_struct *idle) function
/linux-master/arch/riscv/kernel/
H A Dsmpboot.c184 int __cpu_up(unsigned int cpu, struct task_struct *tidle) function
/linux-master/arch/sparc/kernel/
H A Dsmp_32.c253 int __cpu_up(unsigned int cpu, struct task_struct *tidle) function
H A Dsmp_64.c1283 int __cpu_up(unsigned int cpu, struct task_struct *tidle) function
/linux-master/arch/parisc/kernel/
H A Dsmp.c432 int __cpu_up(unsigned int cpu, struct task_struct *tidle) function
/linux-master/arch/csky/kernel/
H A Dsmp.c203 int __cpu_up(unsigned int cpu, struct task_struct *tidle) function
/linux-master/arch/openrisc/kernel/
H A Dsmp.c92 int __cpu_up(unsigned int cpu, struct task_struct *idle) function
/linux-master/arch/arc/kernel/
H A Dsmp.c199 int __cpu_up(unsigned int cpu, struct task_struct *idle) function
/linux-master/arch/sh/kernel/
H A Dsmp.c212 int __cpu_up(unsigned int cpu, struct task_struct *tsk) function
/linux-master/arch/arm/kernel/
H A Dsmp.c131 int __cpu_up(unsigned int cpu, struct task_struct *idle) function
463 * before we continue - which happens after __cpu_up returns.
/linux-master/arch/xtensa/kernel/
H A Dsmp.c234 int __cpu_up(unsigned int cpu, struct task_struct *idle) function
/linux-master/arch/mips/kernel/
H A Dsmp.c391 * from __cpu_up
450 int __cpu_up(unsigned int cpu, struct task_struct *tidle) function
/linux-master/arch/loongarch/kernel/
H A Dsmp.c500 int __cpu_up(unsigned int cpu, struct task_struct *tidle) function
548 * from __cpu_up()
/linux-master/arch/alpha/kernel/
H A Dsmp.c471 __cpu_up(unsigned int cpu, struct task_struct *tidle) function
/linux-master/arch/arm64/kernel/
H A Dsmp.c120 int __cpu_up(unsigned int cpu, struct task_struct *idle) function
/linux-master/arch/s390/kernel/
H A Dsmp.c874 int __cpu_up(unsigned int cpu, struct task_struct *tidle) function
/linux-master/arch/powerpc/kernel/
H A Dsmp.c1270 int __cpu_up(unsigned int cpu, struct task_struct *tidle) function
/linux-master/kernel/
H A Dcpu.c867 ret = __cpu_up(cpu, idle);
1627 * enables interrupts and before the "boot" cpu returns from __cpu_up().

Completed in 219 milliseconds