Home
last modified time | relevance | path

Searched refs:pec_config_state (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c2697 pxu_p->pec_config_state = config_state; in hvio_suspend()
2701 pxu_p->pec_config_state[i] = in hvio_suspend()
2708 pxu_p->mmu_config_state = pxu_p->pec_config_state + PEC_KEYS; in hvio_suspend()
2740 if (!pxu_p->pec_config_state) { in hvio_resume()
2778 pxu_p->pec_config_state[i]); in hvio_resume()
2798 kmem_free(pxu_p->pec_config_state, total_size); in hvio_resume()
2800 pxu_p->pec_config_state = NULL; in hvio_resume()
H A Dpx_lib4u.h102 uint64_t *pec_config_state; member