Home
last modified time | relevance | path

Searched refs:smp_callin (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/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) in smp_callin() function
H A Dtrampoline_64.S406 call smp_callin
H A Dsmp_64.c104 void smp_callin(void) in smp_callin() function
/openbmc/linux/arch/sparc/include/asm/
H A Dsmp_64.h60 void smp_callin(void);
H A Dsmp_32.h45 void smp_callin(void);
/openbmc/linux/arch/riscv/include/asm/
H A Dsmp.h63 asmlinkage void smp_callin(void);
/openbmc/linux/arch/alpha/kernel/
H A Dsmp.c118 smp_callin(void) in smp_callin() function
142 if (alpha_mv.smp_callin) in smp_callin()
143 alpha_mv.smp_callin(); in smp_callin()
H A Dhead.S54 jsr $26,smp_callin
H A Dsys_marvel.c456 .smp_callin = marvel_smp_callin,
/openbmc/linux/arch/alpha/include/asm/
H A Dmachvec.h89 void (*smp_callin)(void); member
/openbmc/linux/arch/parisc/kernel/
H A Dhead.S356 .import smp_callin,code
424 load32 smp_callin,%r11
H A Dsmp.c308 void smp_callin(unsigned long pdce_proc) in smp_callin() function
/openbmc/linux/arch/riscv/kernel/
H A Dsmpboot.c235 asmlinkage __visible void smp_callin(void) in smp_callin()
233 asmlinkage __visible void smp_callin(void) smp_callin() function
H A Dhead.S173 tail smp_callin
/openbmc/linux/arch/parisc/include/asm/
H A Dprocessor.h305 extern void smp_callin(unsigned long);
/openbmc/linux/arch/ia64/kernel/
H A Dsmpboot.c352 smp_callin (void) in smp_callin() function
444 smp_callin(); in start_secondary()