Home
last modified time | relevance | path

Searched refs:smp_generic_cpu_bootable (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dsmp.c132 .cpu_bootable = smp_generic_cpu_bootable,
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dsmp.c251 .cpu_bootable = smp_generic_cpu_bootable,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsmp.h246 extern int smp_generic_cpu_bootable(unsigned int nr);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dsmp.c309 return smp_generic_cpu_bootable(nr); in pnv_cpu_bootable()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dsmp.c354 .cpu_bootable = smp_generic_cpu_bootable,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsmp.c129 int smp_generic_cpu_bootable(unsigned int nr) in smp_generic_cpu_bootable() function