Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dsmp.c131 .cpu_bootable = smp_generic_cpu_bootable,
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsmp.c250 .cpu_bootable = smp_generic_cpu_bootable,
/openbmc/linux/arch/powerpc/include/asm/
H A Dsmp.h58 int (*cpu_bootable)(unsigned int nr); member
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c419 .cpu_bootable = pnv_cpu_bootable,
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsmp.c354 .cpu_bootable = smp_generic_cpu_bootable,
/openbmc/linux/kernel/
H A Dcpu.c662 static inline bool cpu_bootable(unsigned int cpu) in cpu_bootable() function
696 static inline bool cpu_bootable(unsigned int cpu) { return true; } in cpu_bootable() function
802 if (!cpu_bootable(cpu)) in bringup_wait_for_ap_online()
1755 if (!cpu_bootable(cpu)) { in cpu_up()
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c1284 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu))) in __cpu_up()