Searched refs:cpu_get_state (Results 1 – 5 of 5) sorted by relevance
67 *old_status = status = cpu_get_state(cp); /* get processor status */ in p_online_internal_locked()106 ASSERT(cpu_get_state(cp) == P_OFFLINE); in p_online_internal_locked()157 ASSERT(cpu_get_state(cp) == P_OFFLINE); in p_online_internal_locked()184 ASSERT(cpu_get_state(cp) == P_OFFLINE); in p_online_internal_locked()205 ASSERT(cpu_get_state(cp) == P_OFFLINE); in p_online_internal_locked()
712 if (cpu_get_state(cp) == P_POWEROFF) { in vcpu_config_poweroff()815 if (cpu_get_state(cp) != P_POWEROFF) { in vcpu_config_poweron()
513 if (cpu_get_state(cpu[i]) == P_POWEROFF) in xen_suspend_domain()
699 int cpu_get_state(cpu_t *); /* get current cpu state */
3045 cpu->cpu_type_info.pi_state = cpu_get_state(cpu); in cpu_set_state()3056 cpu_get_state(cpu_t *cpu) in cpu_get_state() function3081 switch (cpu_get_state(cpu)) { in cpu_get_state_str()