Home
last modified time | relevance | path

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

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