Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/
Dsmp.c132 .cpu_bootable = smp_generic_cpu_bootable,
/arch/powerpc/platforms/pseries/
Dsmp.c251 .cpu_bootable = smp_generic_cpu_bootable,
/arch/powerpc/include/asm/
Dsmp.h57 int (*cpu_bootable)(unsigned int nr); member
/arch/powerpc/platforms/powernv/
Dsmp.c419 .cpu_bootable = pnv_cpu_bootable,
/arch/powerpc/platforms/85xx/
Dsmp.c354 .cpu_bootable = smp_generic_cpu_bootable,
/arch/powerpc/kernel/
Dsmp.c1282 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu))) in __cpu_up()