Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/
Dsmp.c135 .cpu_bootable = smp_generic_cpu_bootable,
/Linux-v5.4/arch/powerpc/platforms/pseries/
Dsmp.c251 .cpu_bootable = smp_generic_cpu_bootable,
/Linux-v5.4/arch/powerpc/include/asm/
Dsmp.h230 extern int smp_generic_cpu_bootable(unsigned int nr);
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsmp.c307 return smp_generic_cpu_bootable(nr); in pnv_cpu_bootable()
/Linux-v5.4/arch/powerpc/platforms/85xx/
Dsmp.c345 .cpu_bootable = smp_generic_cpu_bootable,
/Linux-v5.4/arch/powerpc/kernel/
Dsmp.c116 int smp_generic_cpu_bootable(unsigned int nr) in smp_generic_cpu_bootable() function