Searched refs:CPU_CPR_IS_OFFLINE (Results 1 – 2 of 2) sorted by relevance
950 if (CPU_CPR_IS_OFFLINE(cp)) in cpr_mp_online()963 if (CPU_CPR_IS_OFFLINE(bootcpu)) { in cpr_mp_online()
585 #define CPU_CPR_IS_OFFLINE(cpu) (((cpu)->cpu_cpr_flags & CPU_CPR_ONLINE) == 0) macro