Searched refs:boot_secondary (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/arch/openrisc/kernel/ |
D | smp.c | 42 static void boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 107 boot_secondary(cpu, idle); in __cpu_up()
|
/Linux-v6.6/arch/mips/kernel/ |
D | smp-up.c | 72 .boot_secondary = up_boot_secondary,
|
D | smp-bmips.c | 428 .boot_secondary = bmips_boot_secondary, 445 .boot_secondary = bmips_boot_secondary,
|
D | smp-mt.c | 237 .boot_secondary = vsmp_boot_secondary,
|
D | smp-cps.c | 603 .boot_secondary = cps_boot_secondary,
|
D | smp.c | 453 err = mp_ops->boot_secondary(cpu, tidle); in __cpu_up()
|
/Linux-v6.6/arch/mips/include/asm/ |
D | smp-ops.h | 29 int (*boot_secondary)(int cpu, struct task_struct *idle); member
|
/Linux-v6.6/arch/mips/cavium-octeon/ |
D | smp.c | 418 .boot_secondary = octeon_boot_secondary, 498 .boot_secondary = octeon_boot_secondary,
|
/Linux-v6.6/arch/mips/sibyte/sb1250/ |
D | smp.c | 142 .boot_secondary = sb1250_boot_secondary,
|
/Linux-v6.6/arch/mips/sgi-ip30/ |
D | ip30-smp.c | 145 .boot_secondary = ip30_smp_boot_secondary,
|
/Linux-v6.6/arch/mips/sibyte/bcm1480/ |
D | smp.c | 153 .boot_secondary = bcm1480_boot_secondary,
|
/Linux-v6.6/arch/mips/sgi-ip27/ |
D | ip27-smp.c | 185 .boot_secondary = ip27_boot_secondary,
|
/Linux-v6.6/arch/xtensa/kernel/ |
D | smp.c | 193 static int boot_secondary(unsigned int cpu, struct task_struct *ts) in boot_secondary() function 248 ret = boot_secondary(cpu, idle); in __cpu_up()
|
/Linux-v6.6/arch/arm64/kernel/ |
D | smp.c | 100 static int boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 125 ret = boot_secondary(cpu, idle); in __cpu_up()
|
/Linux-v6.6/arch/mips/loongson64/ |
D | smp.c | 860 .boot_secondary = loongson3_boot_secondary,
|