Searched refs:boot_secondary (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dsmp-up.c72 .boot_secondary = up_boot_secondary,
H A Dsmp-mt.c237 .boot_secondary = vsmp_boot_secondary,
H A Dsmp-bmips.c428 .boot_secondary = bmips_boot_secondary,
445 .boot_secondary = bmips_boot_secondary,
H A Dsmp.c454 err = mp_ops->boot_secondary(cpu, tidle);
H A Dsmp-cps.c696 .boot_secondary = cps_boot_secondary,
/linux-master/arch/mips/include/asm/
H A Dsmp-ops.h27 int (*boot_secondary)(int cpu, struct task_struct *idle); member in struct:plat_smp_ops
/linux-master/arch/mips/sibyte/bcm1480/
H A Dsmp.c153 .boot_secondary = bcm1480_boot_secondary,
/linux-master/arch/mips/sibyte/sb1250/
H A Dsmp.c142 .boot_secondary = sb1250_boot_secondary,
/linux-master/arch/mips/sgi-ip30/
H A Dip30-smp.c145 .boot_secondary = ip30_smp_boot_secondary,
/linux-master/arch/openrisc/kernel/
H A Dsmp.c42 static void boot_secondary(unsigned int cpu, struct task_struct *idle) function
103 boot_secondary(cpu, idle);
/linux-master/arch/mips/sgi-ip27/
H A Dip27-smp.c185 .boot_secondary = ip27_boot_secondary,
/linux-master/arch/mips/cavium-octeon/
H A Dsmp.c418 .boot_secondary = octeon_boot_secondary,
498 .boot_secondary = octeon_boot_secondary,
/linux-master/arch/xtensa/kernel/
H A Dsmp.c193 static int boot_secondary(unsigned int cpu, struct task_struct *ts) function
248 ret = boot_secondary(cpu, idle);
/linux-master/arch/arm64/kernel/
H A Dsmp.c108 static int boot_secondary(unsigned int cpu, struct task_struct *idle) function
133 ret = boot_secondary(cpu, idle);
/linux-master/arch/mips/loongson64/
H A Dsmp.c860 .boot_secondary = loongson3_boot_secondary,

Completed in 368 milliseconds