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

/linux-master/arch/sparc/include/asm/
H A Dsmp_64.h61 void smp_callin(void);
H A Dsmp_32.h45 void smp_callin(void);
/linux-master/arch/riscv/include/asm/
H A Dsmp.h63 asmlinkage void smp_callin(void);
/linux-master/arch/alpha/kernel/
H A Dhead.S54 jsr $26,smp_callin
H A Dsmp.c118 smp_callin(void) function
142 if (alpha_mv.smp_callin)
143 alpha_mv.smp_callin();
166 DBGS(("smp_callin: commencing CPU %d current %p active_mm %p\n",
H A Dsys_marvel.c458 .smp_callin = marvel_smp_callin,
/linux-master/arch/alpha/include/asm/
H A Dmachvec.h89 void (*smp_callin)(void); member in struct:alpha_machine_vector
/linux-master/arch/sparc/kernel/
H A Dtrampoline_32.S81 call smp_callin
142 call smp_callin
198 call smp_callin
H A Dhvtramp.S127 call smp_callin
H A Dsmp_32.c364 void smp_callin(void) function
H A Dtrampoline_64.S406 call smp_callin
H A Dsmp_64.c104 void smp_callin(void) function
/linux-master/arch/riscv/kernel/
H A Dsmpboot.c212 asmlinkage __visible void smp_callin(void) function
H A Dhead.S168 tail smp_callin
/linux-master/arch/parisc/kernel/
H A Dhead.S329 copy %r3, %arg0 /* PDCE_PROC for smp_callin() */
356 .import smp_callin,code
419 /* Load RFI *return* address in case smp_callin bails */
424 load32 smp_callin,%r11
H A Dsmp.c308 void smp_callin(unsigned long pdce_proc) function
327 panic("smp_callin() AAAAaaaaahhhh....\n");
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h306 extern void smp_callin(unsigned long);

Completed in 306 milliseconds