Home
last modified time | relevance | path

Searched refs:cpu_get_state (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/syscall/
H A Dp_online.c67 *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()
/titanic_44/usr/src/uts/i86xpv/os/
H A Dmp_xen.c712 if (cpu_get_state(cp) == P_POWEROFF) { in vcpu_config_poweroff()
815 if (cpu_get_state(cp) != P_POWEROFF) { in vcpu_config_poweron()
H A Dxen_machdep.c513 if (cpu_get_state(cpu[i]) == P_POWEROFF) in xen_suspend_domain()
/titanic_44/usr/src/uts/common/sys/
H A Dcpuvar.h699 int cpu_get_state(cpu_t *); /* get current cpu state */
/titanic_44/usr/src/uts/common/os/
H A Dcpu.c3045 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() function
3081 switch (cpu_get_state(cpu)) { in cpu_get_state_str()