Searched refs:cpu_bootable (Results 1 – 7 of 7) sorted by relevance
132 .cpu_bootable = smp_generic_cpu_bootable,
250 .cpu_bootable = smp_generic_cpu_bootable,
59 int (*cpu_bootable)(unsigned int nr); member
419 .cpu_bootable = pnv_cpu_bootable,
354 .cpu_bootable = smp_generic_cpu_bootable,
671 static inline bool cpu_bootable(unsigned int cpu) in cpu_bootable() function705 static inline bool cpu_bootable(unsigned int cpu) { return true; } in cpu_bootable() function811 if (!cpu_bootable(cpu)) in bringup_wait_for_ap_online()1717 if (!cpu_bootable(cpu)) { in cpu_up()
1287 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu))) in __cpu_up()