Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/cell/
Dsmp.c131 .cpu_bootable = smp_generic_cpu_bootable,
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dsmp.c250 .cpu_bootable = smp_generic_cpu_bootable,
/linux-6.1.9/arch/powerpc/include/asm/
Dsmp.h245 extern int smp_generic_cpu_bootable(unsigned int nr);
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dsmp.c309 return smp_generic_cpu_bootable(nr); in pnv_cpu_bootable()
/linux-6.1.9/arch/powerpc/platforms/85xx/
Dsmp.c354 .cpu_bootable = smp_generic_cpu_bootable,
/linux-6.1.9/arch/powerpc/kernel/
Dsmp.c153 int smp_generic_cpu_bootable(unsigned int nr) in smp_generic_cpu_bootable() function