Searched refs:boot_secondary (Results 1 – 17 of 17) sorted by relevance
| /linux-4.4.14/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 | 411 .boot_secondary = bmips_boot_secondary, 425 .boot_secondary = bmips_boot_secondary,
|
| D | smp-mt.c | 287 .boot_secondary = vsmp_boot_secondary,
|
| D | smp-cps.c | 469 .boot_secondary = cps_boot_secondary,
|
| D | smp.c | 251 mp_ops->boot_secondary(cpu, tidle); in __cpu_up()
|
| /linux-4.4.14/arch/mips/include/asm/ |
| D | smp-ops.h | 29 void (*boot_secondary)(int cpu, struct task_struct *idle); member
|
| /linux-4.4.14/arch/mips/sibyte/sb1250/ |
| D | smp.c | 154 .boot_secondary = sb1250_boot_secondary,
|
| /linux-4.4.14/arch/mips/sibyte/bcm1480/ |
| D | smp.c | 164 .boot_secondary = bcm1480_boot_secondary,
|
| /linux-4.4.14/arch/mips/paravirt/ |
| D | paravirt-smp.c | 140 .boot_secondary = paravirt_boot_secondary,
|
| /linux-4.4.14/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()
|
| /linux-4.4.14/arch/arm64/kernel/ |
| D | smp.c | 79 static int boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 103 ret = boot_secondary(cpu, idle); in __cpu_up()
|
| /linux-4.4.14/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()
|
| /linux-4.4.14/arch/mips/netlogic/common/ |
| D | smp.c | 279 .boot_secondary = nlm_boot_secondary,
|
| /linux-4.4.14/arch/mips/sgi-ip27/ |
| D | ip27-smp.c | 235 .boot_secondary = ip27_boot_secondary,
|
| /linux-4.4.14/arch/mips/cavium-octeon/ |
| D | smp.c | 383 .boot_secondary = octeon_boot_secondary,
|
| /linux-4.4.14/arch/mips/loongson64/loongson-3/ |
| D | smp.c | 654 .boot_secondary = loongson3_boot_secondary,
|