Searched refs:cpu_get_state (Results 1 – 5 of 5) sorted by relevance
80 *old_status = status = cpu_get_state(cp); /* get processor status */ in p_online_internal_locked()121 ASSERT(cpu_get_state(cp) == P_OFFLINE); in p_online_internal_locked()175 ASSERT(cpu_get_state(cp) == P_OFFLINE); in p_online_internal_locked()204 ASSERT(cpu_get_state(cp) == P_OFFLINE); in p_online_internal_locked()227 ASSERT(cpu_get_state(cp) == P_OFFLINE); in p_online_internal_locked()
682 if (cpu_get_state(cp) == P_POWEROFF) { in vcpu_config_poweroff()785 if (cpu_get_state(cp) != P_POWEROFF) { in vcpu_config_poweron()
504 if (cpu_get_state(cpu[i]) == P_POWEROFF) in xen_suspend_domain()
672 int cpu_get_state(cpu_t *); /* get current cpu state */
3163 cpu->cpu_type_info.pi_state = cpu_get_state(cpu); in cpu_set_state()3193 cpu_get_state(cpu_t *cpu) in cpu_get_state() function