Home
last modified time | relevance | path

Searched refs:CPU_STATE_ERROR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h271 #define CPU_STATE_ERROR 0x3 /* cpu is in the error state */ macro
272 #define CPU_STATE_LAST_PUBLIC CPU_STATE_ERROR /* last valid state */
/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c690 if (retval != H_EOK || cpu_state == CPU_STATE_ERROR) { in errh_rq_full()
H A Dmach_cpu_states.c928 if (state == CPU_STATE_ERROR) { in send_mondo_set()