Searched refs:boot_secondary (Results 1 – 17 of 17) sorted by relevance
/arch/mips/kernel/ |
D | smp-up.c | 71 .boot_secondary = up_boot_secondary,
|
D | smp-cmp.c | 156 .boot_secondary = cmp_boot_secondary,
|
D | smp-bmips.c | 427 .boot_secondary = bmips_boot_secondary, 441 .boot_secondary = bmips_boot_secondary,
|
D | smp-mt.c | 287 .boot_secondary = vsmp_boot_secondary,
|
D | smp-cps.c | 444 .boot_secondary = cps_boot_secondary,
|
D | smp.c | 258 mp_ops->boot_secondary(cpu, tidle); in __cpu_up()
|
/arch/mips/include/asm/ |
D | smp-ops.h | 29 void (*boot_secondary)(int cpu, struct task_struct *idle); member
|
/arch/mips/sibyte/sb1250/ |
D | smp.c | 154 .boot_secondary = sb1250_boot_secondary,
|
/arch/mips/sibyte/bcm1480/ |
D | smp.c | 166 .boot_secondary = bcm1480_boot_secondary,
|
/arch/mips/paravirt/ |
D | paravirt-smp.c | 140 .boot_secondary = paravirt_boot_secondary,
|
/arch/arm64/kernel/ |
D | smp.c | 78 static int boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 102 ret = boot_secondary(cpu, idle); in __cpu_up()
|
/arch/metag/kernel/ |
D | smp.c | 71 static int boot_secondary(unsigned int thread, struct task_struct *idle) in boot_secondary() function 237 ret = boot_secondary(thread, idle); in __cpu_up()
|
/arch/xtensa/kernel/ |
D | smp.c | 188 static int boot_secondary(unsigned int cpu, struct task_struct *ts) in boot_secondary() function 237 ret = boot_secondary(cpu, idle); in __cpu_up()
|
/arch/mips/sgi-ip27/ |
D | ip27-smp.c | 235 .boot_secondary = ip27_boot_secondary,
|
/arch/mips/netlogic/common/ |
D | smp.c | 277 .boot_secondary = nlm_boot_secondary,
|
/arch/mips/cavium-octeon/ |
D | smp.c | 383 .boot_secondary = octeon_boot_secondary,
|
/arch/mips/loongson/loongson-3/ |
D | smp.c | 625 .boot_secondary = loongson3_boot_secondary,
|