Searched refs:cpu_bootable (Results 1 – 3 of 3) sorted by relevance
59 int (*cpu_bootable)(unsigned int nr); member
677 static inline bool cpu_bootable(unsigned int cpu) in cpu_bootable() 711 static inline bool cpu_bootable(unsigned int cpu) { return true; } in cpuhp_set_state() 814 * cpu_bootable() check will now return false if this is not the in bringup_wait_for_ap_online() 817 if (!cpu_bootable(cpu))1701 if (!cpu_bootable(cpu)) { in cpu_up() 673 static inline bool cpu_bootable(unsigned int cpu) cpu_bootable() function 707 static inline bool cpu_bootable(unsigned int cpu) { return true; } cpu_bootable() function
1308 (smp_ops->cpu_bootable && !smp_ops->cpu_bootable(cpu))) in __cpu_up()