Searched refs:start_secondary (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/saturn/
H A Dsmp.c16 extern void start_secondary(void);
64 *(void **)entry = (void *)start_secondary;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsmpboot.c122 int start_secondary(void *);
282 idle->thread.lr = (unsigned long)start_secondary;
295 * 3.CPU#(phys_id) enter start_secondary()
410 * Name: start_secondary
426 int __init start_secondary(void *unused) function
H A Dhead.S181 ;; setup BPC (start_secondary)
182 LDIMM (r4, start_secondary)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dsmp.c115 int start_secondary(void *unused) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/kernel/
H A Dsmp.c57 int start_secondary(void *);
334 int __devinit start_secondary(void *unused) function
H A Dhead.S951 /* enable MMU and jump to start_secondary */
954 lis r3,start_secondary@h
955 ori r3,r3,start_secondary@l
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dhead.S239 j start_secondary
H A Dsmp.c71 asmlinkage __cpuinit void start_secondary(void) function
257 * Processor goes to start_secondary(), sets online flag
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsmpboot.c321 void __cpuinit start_secondary(void) function
624 initial_code = start_secondary;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmpboot.c377 static void __cpuinit start_secondary(void *unused) function
662 startup_ipi_hook(phys_apicid, (unsigned long) start_secondary,
794 idle->thread.eip = (unsigned long) start_secondary;
803 /* Stack for startup_32 can be just as for start_secondary onwards */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsmp.c541 int __devinit start_secondary(void *unused) function
H A Dhead_32.S1040 /* enable MMU and jump to start_secondary */
1043 lis r3,start_secondary@h
1044 ori r3,r3,start_secondary@l
H A Dhead_64.S1911 /* enable MMU and jump to start_secondary */
1936 bl .start_secondary
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_smp.c442 start_secondary(void *unused) function
553 idle->thread.eip = (unsigned long) start_secondary;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dsmp.c495 int __cpuinit start_secondary(void *cpuvoid) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmpboot.c460 start_secondary (void *unused) function
464 Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id());
825 /* Processor goes to start_secondary(), sets online flag */
H A Dhead.S371 (isAP) br.call.sptk.many rp=start_secondary

Completed in 279 milliseconds