Searched refs:P_FORCED (Results 1 – 7 of 7) sorted by relevance
65 if (new_status & P_FORCED) in p_online_internal_locked()68 new_status &= ~P_FORCED; in p_online_internal_locked()
72 #define P_FORCED 0x10000000 /* force processor offline */ macro
254 cpustate |= P_FORCED; in cpu_offline()291 state &= ~P_FORCED; in p_online_state_fmt()
97 cpustate |= P_FORCED; in cda_dp_retire()
137 old_state = p_online(cpu, force ? action | P_FORCED : action); in psr_set_state()
108 switch (cmd & ~P_FORCED) { in cpu_cmd()
1096 new_status &= ~P_FORCED; in xpv_online()