Searched refs:boot_secondary (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/arch/openrisc/kernel/ |
D | smp.c | 38 static void boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 97 boot_secondary(cpu, idle); in __cpu_up()
|
/Linux-v4.19/arch/mips/kernel/ |
D | smp-up.c | 72 .boot_secondary = up_boot_secondary,
|
D | smp-cmp.c | 156 .boot_secondary = cmp_boot_secondary,
|
D | smp-bmips.c | 417 .boot_secondary = bmips_boot_secondary, 431 .boot_secondary = bmips_boot_secondary,
|
D | smp-mt.c | 247 .boot_secondary = vsmp_boot_secondary,
|
D | smp-cps.c | 587 .boot_secondary = cps_boot_secondary,
|
D | smp.c | 454 err = mp_ops->boot_secondary(cpu, tidle); in __cpu_up()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | smp-ops.h | 29 int (*boot_secondary)(int cpu, struct task_struct *idle); member
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | smp.c | 420 .boot_secondary = octeon_boot_secondary, 497 .boot_secondary = octeon_boot_secondary,
|
/Linux-v4.19/arch/mips/sibyte/sb1250/ |
D | smp.c | 155 .boot_secondary = sb1250_boot_secondary,
|
/Linux-v4.19/arch/mips/sibyte/bcm1480/ |
D | smp.c | 166 .boot_secondary = bcm1480_boot_secondary,
|
/Linux-v4.19/arch/mips/paravirt/ |
D | paravirt-smp.c | 142 .boot_secondary = paravirt_boot_secondary,
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | smp.c | 191 static int boot_secondary(unsigned int cpu, struct task_struct *ts) in boot_secondary() function 240 ret = boot_secondary(cpu, idle); in __cpu_up()
|
/Linux-v4.19/arch/mips/netlogic/common/ |
D | smp.c | 282 .boot_secondary = nlm_boot_secondary,
|
/Linux-v4.19/arch/mips/sgi-ip27/ |
D | ip27-smp.c | 240 .boot_secondary = ip27_boot_secondary,
|
/Linux-v4.19/arch/arm64/kernel/ |
D | smp.c | 102 static int boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function 129 ret = boot_secondary(cpu, idle); in __cpu_up()
|
/Linux-v4.19/arch/mips/loongson64/loongson-3/ |
D | smp.c | 745 .boot_secondary = loongson3_boot_secondary,
|