/linux-2.6.39/arch/mips/include/asm/ |
D | smp-ops.h | 26 void (*boot_secondary)(int cpu, struct task_struct *idle); member
|
/linux-2.6.39/arch/arm/mach-shmobile/ |
D | platsmp.c | 45 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
|
/linux-2.6.39/arch/arm/plat-versatile/ |
D | platsmp.c | 63 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
|
/linux-2.6.39/arch/arm/include/asm/ |
D | smp.h | 58 extern int boot_secondary(unsigned int cpu, struct task_struct *);
|
/linux-2.6.39/arch/mips/mipssim/ |
D | sim_smtc.c | 114 .boot_secondary = ssmtc_boot_secondary,
|
/linux-2.6.39/arch/mips/kernel/ |
D | smp-up.c | 77 .boot_secondary = up_boot_secondary,
|
D | smp-cmp.c | 207 .boot_secondary = cmp_boot_secondary,
|
D | smp-mt.c | 284 .boot_secondary = vsmp_boot_secondary,
|
D | smp.c | 243 mp_ops->boot_secondary(cpu, idle); in __cpu_up()
|
/linux-2.6.39/arch/mips/pmc-sierra/msp71xx/ |
D | msp_smtc.c | 102 .boot_secondary = msp_smtc_boot_secondary,
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | omap-smp.c | 49 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
|
/linux-2.6.39/arch/arm/mach-exynos4/ |
D | platsmp.c | 82 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
|
/linux-2.6.39/arch/arm/mach-tegra/ |
D | platsmp.c | 57 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
|
/linux-2.6.39/arch/arm/mach-msm/ |
D | platsmp.c | 88 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
|
/linux-2.6.39/arch/mips/mti-malta/ |
D | malta-smtc.c | 105 .boot_secondary = msmtc_boot_secondary,
|
/linux-2.6.39/arch/arm/mach-ux500/ |
D | platsmp.c | 80 int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) in boot_secondary() function
|
/linux-2.6.39/arch/mips/pmc-sierra/yosemite/ |
D | smp.c | 178 .boot_secondary = yos_boot_secondary,
|
/linux-2.6.39/arch/mips/sibyte/sb1250/ |
D | smp.c | 162 .boot_secondary = sb1250_boot_secondary,
|
/linux-2.6.39/arch/mips/sibyte/bcm1480/ |
D | smp.c | 174 .boot_secondary = bcm1480_boot_secondary,
|
/linux-2.6.39/arch/mips/sgi-ip27/ |
D | ip27-smp.c | 240 .boot_secondary = ip27_boot_secondary,
|
/linux-2.6.39/arch/mips/cavium-octeon/ |
D | smp.c | 416 .boot_secondary = octeon_boot_secondary,
|
/linux-2.6.39/arch/arm/kernel/ |
D | smp.c | 114 ret = boot_secondary(cpu, idle); in __cpu_up()
|