Searched refs:cpu_bootable (Results 1 – 3 of 3) sorted by relevance
59 int (*cpu_bootable)(unsigned int nr); member
673 static inline bool cpu_bootable(unsigned int cpu) in cpu_bootable() function707 static inline bool cpu_bootable(unsigned int cpu) { return true; } in cpu_bootable() function813 if (!cpu_bootable(cpu)) in bringup_wait_for_ap_online()1712 if (!cpu_bootable(cpu)) { in cpu_up()
1306 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu))) in __cpu_up()