Home
last modified time | relevance | path

Searched refs:__smp_callin (Results 1 – 3 of 3) sorted by relevance

/linux/arch/alpha/kernel/
H A Dhead.S37 .globl __smp_callin
38 .ent __smp_callin
43 __smp_callin: label
56 .end __smp_callin
H A Dproto.h150 extern void __smp_callin(unsigned long);
H A Dsmp.c324 hwrpb->CPU_restart = __smp_callin; in secondary_cpu_start()
325 hwrpb->CPU_restart_data = (unsigned long) __smp_callin; in secondary_cpu_start()