Searched refs:boot_secondary (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | smp.c | 39 static void boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 98 boot_secondary(cpu, idle); in __cpu_up()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | smp-up.c | 72 .boot_secondary = up_boot_secondary,
|
| H A D | smp-cmp.c | 145 .boot_secondary = cmp_boot_secondary,
|
| H A D | smp-bmips.c | 418 .boot_secondary = bmips_boot_secondary, 435 .boot_secondary = bmips_boot_secondary,
|
| H A D | smp-mt.c | 236 .boot_secondary = vsmp_boot_secondary,
|
| H A D | smp-cps.c | 610 .boot_secondary = cps_boot_secondary,
|
| H A D | smp.c | 435 err = mp_ops->boot_secondary(cpu, tidle); in __cpu_up()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | smp-ops.h | 29 int (*boot_secondary)(int cpu, struct task_struct *idle); member
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/ |
| H A D | smp.c | 421 .boot_secondary = octeon_boot_secondary, 501 .boot_secondary = octeon_boot_secondary,
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/sb1250/ |
| H A D | smp.c | 142 .boot_secondary = sb1250_boot_secondary,
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip30/ |
| H A D | ip30-smp.c | 145 .boot_secondary = ip30_smp_boot_secondary,
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/bcm1480/ |
| H A D | smp.c | 153 .boot_secondary = bcm1480_boot_secondary,
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | smp.c | 191 static int boot_secondary(unsigned int cpu, struct task_struct *ts) in boot_secondary() function 246 ret = boot_secondary(cpu, idle); in __cpu_up()
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | ip27-smp.c | 185 .boot_secondary = ip27_boot_secondary,
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/common/ |
| H A D | smp.c | 282 .boot_secondary = nlm_boot_secondary,
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | smp.c | 110 static int boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 137 ret = boot_secondary(cpu, idle); in __cpu_up()
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | smp.c | 796 .boot_secondary = loongson3_boot_secondary,
|