Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/
Dsmp-ops.h26 void (*boot_secondary)(int cpu, struct task_struct *idle); member
/linux-2.6.39/arch/arm/mach-shmobile/
Dplatsmp.c45 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
/linux-2.6.39/arch/arm/plat-versatile/
Dplatsmp.c63 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
/linux-2.6.39/arch/arm/include/asm/
Dsmp.h58 extern int boot_secondary(unsigned int cpu, struct task_struct *);
/linux-2.6.39/arch/mips/mipssim/
Dsim_smtc.c114 .boot_secondary = ssmtc_boot_secondary,
/linux-2.6.39/arch/mips/kernel/
Dsmp-up.c77 .boot_secondary = up_boot_secondary,
Dsmp-cmp.c207 .boot_secondary = cmp_boot_secondary,
Dsmp-mt.c284 .boot_secondary = vsmp_boot_secondary,
Dsmp.c243 mp_ops->boot_secondary(cpu, idle); in __cpu_up()
/linux-2.6.39/arch/mips/pmc-sierra/msp71xx/
Dmsp_smtc.c102 .boot_secondary = msp_smtc_boot_secondary,
/linux-2.6.39/arch/arm/mach-omap2/
Domap-smp.c49 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
/linux-2.6.39/arch/arm/mach-exynos4/
Dplatsmp.c82 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
/linux-2.6.39/arch/arm/mach-tegra/
Dplatsmp.c57 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
/linux-2.6.39/arch/arm/mach-msm/
Dplatsmp.c88 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
/linux-2.6.39/arch/mips/mti-malta/
Dmalta-smtc.c105 .boot_secondary = msmtc_boot_secondary,
/linux-2.6.39/arch/arm/mach-ux500/
Dplatsmp.c80 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
/linux-2.6.39/arch/mips/pmc-sierra/yosemite/
Dsmp.c178 .boot_secondary = yos_boot_secondary,
/linux-2.6.39/arch/mips/sibyte/sb1250/
Dsmp.c162 .boot_secondary = sb1250_boot_secondary,
/linux-2.6.39/arch/mips/sibyte/bcm1480/
Dsmp.c174 .boot_secondary = bcm1480_boot_secondary,
/linux-2.6.39/arch/mips/sgi-ip27/
Dip27-smp.c240 .boot_secondary = ip27_boot_secondary,
/linux-2.6.39/arch/mips/cavium-octeon/
Dsmp.c416 .boot_secondary = octeon_boot_secondary,
/linux-2.6.39/arch/arm/kernel/
Dsmp.c114 ret = boot_secondary(cpu, idle); in __cpu_up()