Searched refs:start_secondary (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/arch/tile/kernel/ |
D | smpboot.c | 49 static void start_secondary(void); 106 idle->thread.pc = (unsigned long) start_secondary; in smp_prepare_cpus() 142 static void start_secondary(void) in start_secondary() function
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | smp.c | 145 void start_secondary(void) in start_secondary() function 202 __vmstart(start_secondary, stack_start); in __cpu_up()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | smpboot.c | 115 int start_secondary(void *); 275 idle->thread.lr = (unsigned long)start_secondary; in do_boot_cpu() 419 int __init start_secondary(void *unused) in start_secondary() function
|
D | head.S | 196 ;; setup BPC (start_secondary) 197 LDIMM (r4, start_secondary)
|
/linux-4.1.27/arch/sh/kernel/ |
D | smp.c | 177 asmlinkage void start_secondary(void) in start_secondary() function 228 stack_start.start_kernel_fn = start_secondary; in __cpu_up()
|
/linux-4.1.27/arch/mips/kernel/ |
D | head.S | 130 j start_secondary
|
D | bmips_vec.S | 199 la k0, start_secondary
|
D | smp.c | 152 asmlinkage void start_secondary(void) in start_secondary() function
|
/linux-4.1.27/arch/x86/kernel/ |
D | smpboot.c | 215 static void notrace start_secondary(void *unused) in start_secondary() function 615 startup_ipi_hook(phys_apicid, (unsigned long) start_secondary, in wakeup_secondary_cpu_via_init() 820 initial_code = (unsigned long)start_secondary; in do_boot_cpu()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | head_64.S | 681 bl start_secondary 692 bl start_secondary
|
D | smp.c | 678 void 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 | head_fsl_booke.S | 1208 lis r3,start_secondary@h 1209 ori r3,r3,start_secondary@l
|
D | head_44x.S | 1036 b start_secondary
|
D | misc_32.S | 719 bl start_secondary
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | smp.c | 664 int __init start_secondary(void *unused) in start_secondary() function 768 idle->thread.pc = (unsigned long)start_secondary; in do_boot_cpu()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | smpboot.c | 446 start_secondary (void *unused) in start_secondary() function
|
D | head.S | 433 (isAP) br.call.sptk.many rp=start_secondary
|