Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/cell/
Dsmp.c138 .cpu_bootable = smp_generic_cpu_bootable,
/linux-4.4.14/arch/powerpc/include/asm/
Dsmp.h180 extern int smp_generic_cpu_bootable(unsigned int nr);
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dsmp.c251 return smp_generic_cpu_bootable(nr); in pnv_cpu_bootable()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dsmp.c223 .cpu_bootable = smp_generic_cpu_bootable,
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsmp.c342 .cpu_bootable = smp_generic_cpu_bootable,
/linux-4.4.14/arch/powerpc/kernel/
Dsmp.c92 int smp_generic_cpu_bootable(unsigned int nr) in smp_generic_cpu_bootable() function