Searched refs:cpu_bootable (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/platforms/cell/
H A Dsmp.c131 .cpu_bootable = smp_generic_cpu_bootable,
/linux-master/arch/powerpc/platforms/pseries/
H A Dsmp.c250 .cpu_bootable = smp_generic_cpu_bootable,
/linux-master/arch/powerpc/include/asm/
H A Dsmp.h59 int (*cpu_bootable)(unsigned int nr); member in struct:smp_ops_t
/linux-master/arch/powerpc/platforms/powernv/
H A Dsmp.c419 .cpu_bootable = pnv_cpu_bootable,
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c354 .cpu_bootable = smp_generic_cpu_bootable,
/linux-master/kernel/
H A Dcpu.c661 static inline bool cpu_bootable(unsigned int cpu) function
695 static inline bool cpu_bootable(unsigned int cpu) { return true; } function
798 * cpu_bootable() check will now return false if this is not the
801 if (!cpu_bootable(cpu))
1755 if (!cpu_bootable(cpu)) {
/linux-master/arch/powerpc/kernel/
H A Dsmp.c1287 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu)))

Completed in 150 milliseconds