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

/linux-master/arch/loongarch/include/asm/
H A Dsmp.h73 extern asmlinkage void start_secondary(void);
/linux-master/arch/mips/include/asm/
H A Dsmp.h64 asmlinkage void start_secondary(void);
/linux-master/arch/hexagon/kernel/
H A Dsmp.c123 static void start_secondary(void) function
183 __vmstart(start_secondary, stack_start);
/linux-master/arch/mips/kernel/
H A Dhead.S152 j start_secondary
H A Dbmips_vec.S237 la k0, start_secondary
H A Dsmp.c353 asmlinkage void start_secondary(void) function
/linux-master/arch/loongarch/kernel/
H A Dhead.S151 bl start_secondary
H A Dsmp.c521 asmlinkage void start_secondary(void) function
/linux-master/arch/powerpc/include/asm/
H A Dsmp.h67 void start_secondary(void *unused);
/linux-master/arch/sh/kernel/
H A Dsmp.c173 asmlinkage void start_secondary(void) function
222 stack_start.start_kernel_fn = start_secondary;
/linux-master/arch/powerpc/kernel/
H A Dhead_64.S867 /* enable MMU and jump to start_secondary */
885 bl CFUNC(start_secondary)
888 * Reset stack pointer and call start_secondary
896 bl CFUNC(start_secondary)
H A Dmisc_32.S388 bl start_secondary
H A Dhead_85xx.S1062 /* Jump to start_secondary */
1065 lis r3,start_secondary@h
1066 ori r3,r3,start_secondary@l
H A Dhead_book3s_32.S869 /* enable MMU and jump to start_secondary */
871 lis r3,start_secondary@h
872 ori r3,r3,start_secondary@l
H A Dhead_44x.S1035 b start_secondary
H A Dsmp.c1619 void start_secondary(void *unused) function
1796 * start_secondary() via start_secondary_resume() below
1803 /* If we return, we re-enter start_secondary */
/linux-master/arch/x86/kernel/
H A Dsmpboot.c230 static void notrace start_secondary(void *unused) function
865 /* Stack for startup_32 can be just as for start_secondary onwards */
888 initial_code = (unsigned long)start_secondary;

Completed in 181 milliseconds