Searched refs:start_secondary (Results 1 – 18 of 18) sorted by relevance
/arch/tile/kernel/ |
D | smpboot.c | 49 static void start_secondary(void); 106 idle->thread.pc = (unsigned long) start_secondary; in smp_prepare_cpus() 143 static void __cpuinit start_secondary(void) in start_secondary() function
|
/arch/hexagon/kernel/ |
D | smp.c | 149 void __cpuinit start_secondary(void) in start_secondary() function 215 __vmstart(start_secondary, stack_start); in __cpu_up()
|
/arch/m32r/kernel/ |
D | smpboot.c | 119 int start_secondary(void *); 279 idle->thread.lr = (unsigned long)start_secondary; in do_boot_cpu() 423 int __init start_secondary(void *unused) in start_secondary() function
|
D | head.S | 196 ;; setup BPC (start_secondary) 197 LDIMM (r4, start_secondary)
|
/arch/sh/kernel/ |
D | smp.c | 182 asmlinkage void __cpuinit start_secondary(void) in start_secondary() function 245 stack_start.start_kernel_fn = start_secondary; in __cpu_up()
|
/arch/mips/kernel/ |
D | bmips_vec.S | 179 la k0, start_secondary
|
D | head.S | 228 j start_secondary
|
D | smp.c | 99 asmlinkage __cpuinit void start_secondary(void) in start_secondary() function
|
/arch/x86/kernel/ |
D | smpboot.c | 248 notrace static void __cpuinit start_secondary(void *unused) in start_secondary() function 568 startup_ipi_hook(phys_apicid, (unsigned long) start_secondary, in wakeup_secondary_cpu_via_init() 715 initial_code = (unsigned long)start_secondary; in do_boot_cpu()
|
/arch/powerpc/kernel/ |
D | head_64.S | 632 bl .start_secondary 643 bl .start_secondary
|
D | head_fsl_booke.S | 1051 lis r3,start_secondary@h 1052 ori r3,r3,start_secondary@l
|
D | smp.c | 620 void __devinit start_secondary(void *unused) in start_secondary() function
|
D | head_32.S | 873 lis r3,start_secondary@h 874 ori r3,r3,start_secondary@l
|
D | misc_32.S | 706 bl start_secondary
|
D | head_44x.S | 1047 b start_secondary
|
/arch/mn10300/kernel/ |
D | smp.c | 656 int __init start_secondary(void *unused) in start_secondary() function 760 idle->thread.pc = (unsigned long)start_secondary; in do_boot_cpu()
|
/arch/ia64/kernel/ |
D | smpboot.c | 462 start_secondary (void *unused) in start_secondary() function
|
D | head.S | 436 (isAP) br.call.sptk.many rp=start_secondary
|