Home
last modified time | relevance | path

Searched refs:boot_secondary (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/arch/openrisc/kernel/
Dsmp.c39 static void boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
98 boot_secondary(cpu, idle); in __cpu_up()
/Linux-v5.10/arch/mips/kernel/
Dsmp-up.c72 .boot_secondary = up_boot_secondary,
Dsmp-cmp.c145 .boot_secondary = cmp_boot_secondary,
Dsmp-bmips.c418 .boot_secondary = bmips_boot_secondary,
435 .boot_secondary = bmips_boot_secondary,
Dsmp-mt.c236 .boot_secondary = vsmp_boot_secondary,
Dsmp-cps.c610 .boot_secondary = cps_boot_secondary,
Dsmp.c436 err = mp_ops->boot_secondary(cpu, tidle); in __cpu_up()
/Linux-v5.10/arch/mips/include/asm/
Dsmp-ops.h29 int (*boot_secondary)(int cpu, struct task_struct *idle); member
/Linux-v5.10/arch/mips/sibyte/sb1250/
Dsmp.c142 .boot_secondary = sb1250_boot_secondary,
/Linux-v5.10/arch/mips/cavium-octeon/
Dsmp.c421 .boot_secondary = octeon_boot_secondary,
501 .boot_secondary = octeon_boot_secondary,
/Linux-v5.10/arch/mips/sgi-ip30/
Dip30-smp.c145 .boot_secondary = ip30_smp_boot_secondary,
/Linux-v5.10/arch/mips/sibyte/bcm1480/
Dsmp.c153 .boot_secondary = bcm1480_boot_secondary,
/Linux-v5.10/arch/mips/sgi-ip27/
Dip27-smp.c185 .boot_secondary = ip27_boot_secondary,
/Linux-v5.10/arch/xtensa/kernel/
Dsmp.c192 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-v5.10/arch/mips/netlogic/common/
Dsmp.c282 .boot_secondary = nlm_boot_secondary,
/Linux-v5.10/arch/arm64/kernel/
Dsmp.c101 static int boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
128 ret = boot_secondary(cpu, idle); in __cpu_up()
/Linux-v5.10/arch/mips/loongson64/
Dsmp.c796 .boot_secondary = loongson3_boot_secondary,