Searched refs:boot_secondary (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/arch/openrisc/kernel/ |
D | smp.c | 40 static void boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 105 boot_secondary(cpu, idle); in __cpu_up()
|
/linux-6.1.9/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-bmips.c | 423 .boot_secondary = bmips_boot_secondary, 440 .boot_secondary = bmips_boot_secondary,
|
D | smp-mt.c | 236 .boot_secondary = vsmp_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()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | smp-ops.h | 29 int (*boot_secondary)(int cpu, struct task_struct *idle); member
|
/linux-6.1.9/arch/mips/cavium-octeon/ |
D | smp.c | 416 .boot_secondary = octeon_boot_secondary, 496 .boot_secondary = octeon_boot_secondary,
|
/linux-6.1.9/arch/mips/sibyte/sb1250/ |
D | smp.c | 142 .boot_secondary = sb1250_boot_secondary,
|
/linux-6.1.9/arch/mips/sgi-ip30/ |
D | ip30-smp.c | 145 .boot_secondary = ip30_smp_boot_secondary,
|
/linux-6.1.9/arch/mips/sibyte/bcm1480/ |
D | smp.c | 153 .boot_secondary = bcm1480_boot_secondary,
|
/linux-6.1.9/arch/mips/sgi-ip27/ |
D | ip27-smp.c | 185 .boot_secondary = ip27_boot_secondary,
|
/linux-6.1.9/arch/xtensa/kernel/ |
D | smp.c | 192 static int boot_secondary(unsigned int cpu, struct task_struct *ts) in boot_secondary() function 247 ret = boot_secondary(cpu, idle); in __cpu_up()
|
/linux-6.1.9/arch/arm64/kernel/ |
D | smp.c | 101 static int boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 126 ret = boot_secondary(cpu, idle); in __cpu_up()
|
/linux-6.1.9/arch/mips/loongson64/ |
D | smp.c | 871 .boot_secondary = loongson3_boot_secondary,
|