Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/
Dsmp.c139 .cpu_bootable = smp_generic_cpu_bootable,
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dsmp.c254 .cpu_bootable = smp_generic_cpu_bootable,
/Linux-v4.19/arch/powerpc/include/asm/
Dsmp.h208 extern int smp_generic_cpu_bootable(unsigned int nr);
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dsmp.c265 return smp_generic_cpu_bootable(nr); in pnv_cpu_bootable()
/Linux-v4.19/arch/powerpc/platforms/85xx/
Dsmp.c349 .cpu_bootable = smp_generic_cpu_bootable,
/Linux-v4.19/arch/powerpc/kernel/
Dsmp.c99 int smp_generic_cpu_bootable(unsigned int nr) in smp_generic_cpu_bootable() function