Home
last modified time | relevance | path

Searched refs:cpu_state (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starfire/os/
H A Dstarfire.c544 uchar_t cpu_state; in sgn_update_all_cpus() local
574 cpu_state = sblkp->sigb_signature.state_t.state; in sgn_update_all_cpus()
575 if (cpu_state == SIGBST_WATCHDOG_SYNC) in sgn_update_all_cpus()
578 else if (cpu_state == SIGBST_REDMODE_SYNC) in sgn_update_all_cpus()
/titanic_41/usr/src/uts/sun4v/os/
H A Derror.c680 uint64_t cpu_state; in errh_rq_full() local
689 retval = hv_cpu_state(who, &cpu_state); in errh_rq_full()
690 if (retval != H_EOK || cpu_state == CPU_STATE_ERROR) { in errh_rq_full()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h365 extern uint64_t hv_cpu_state(uint64_t cpuid, uint64_t *cpu_state);
/titanic_41/usr/src/uts/sun4v/ml/
H A Dhcall.s159 hv_cpu_state(uint64_t cpuid, uint64_t *cpu_state)