Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/
Dsmp.c157 .cpu_bootable = smp_cell_cpu_bootable,
/arch/powerpc/platforms/powernv/
Dsmp.c154 .cpu_bootable = pnv_smp_cpu_bootable,
/arch/powerpc/include/asm/
Dsmp.h52 int (*cpu_bootable)(unsigned int nr); member
/arch/powerpc/platforms/pseries/
Dsmp.c213 .cpu_bootable = smp_pSeries_cpu_bootable,
/arch/powerpc/kernel/
Dsmp.c497 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu))) in __cpu_up()