Searched refs:boot_secondary (Results 1 – 17 of 17) sorted by relevance
/arch/mips/kernel/ |
D | smp-up.c | 72 .boot_secondary = up_boot_secondary,
|
D | smp-cmp.c | 145 .boot_secondary = cmp_boot_secondary,
|
D | smp-mt.c | 236 .boot_secondary = vsmp_boot_secondary,
|
D | smp-bmips.c | 422 .boot_secondary = bmips_boot_secondary, 439 .boot_secondary = bmips_boot_secondary,
|
D | smp-cps.c | 609 .boot_secondary = cps_boot_secondary,
|
D | smp.c | 435 err = mp_ops->boot_secondary(cpu, tidle); in __cpu_up()
|
/arch/mips/include/asm/ |
D | smp-ops.h | 29 int (*boot_secondary)(int cpu, struct task_struct *idle); member
|
/arch/openrisc/kernel/ |
D | smp.c | 40 static void boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 109 boot_secondary(cpu, idle); in __cpu_up()
|
/arch/mips/sibyte/sb1250/ |
D | smp.c | 142 .boot_secondary = sb1250_boot_secondary,
|
/arch/mips/sibyte/bcm1480/ |
D | smp.c | 153 .boot_secondary = bcm1480_boot_secondary,
|
/arch/mips/sgi-ip30/ |
D | ip30-smp.c | 145 .boot_secondary = ip30_smp_boot_secondary,
|
/arch/mips/cavium-octeon/ |
D | smp.c | 416 .boot_secondary = octeon_boot_secondary, 496 .boot_secondary = octeon_boot_secondary,
|
/arch/mips/sgi-ip27/ |
D | ip27-smp.c | 185 .boot_secondary = ip27_boot_secondary,
|
/arch/xtensa/kernel/ |
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()
|
/arch/mips/netlogic/common/ |
D | smp.c | 282 .boot_secondary = nlm_boot_secondary,
|
/arch/arm64/kernel/ |
D | smp.c | 106 static int boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 131 ret = boot_secondary(cpu, idle); in __cpu_up()
|
/arch/mips/loongson64/ |
D | smp.c | 872 .boot_secondary = loongson3_boot_secondary,
|