Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dcmi_hw.c191 cmi_hdl_impl_t *cmae_hdlp; member
1294 if (ent->cmae_refcnt != 0 || ent->cmae_hdlp != NULL) { in cmi_hdl_create()
1320 ent->cmae_hdlp = hdl; in cmi_hdl_create()
1447 ent->cmae_hdlp = NULL; in cmi_hdl_destroy()
1509 if (ent->cmae_hdlp->cmih_class != class) { in cmi_hdl_lookup()
1510 cmi_hdl_rele((cmi_hdl_t)ent->cmae_hdlp); in cmi_hdl_lookup()
1514 return ((cmi_hdl_t)ent->cmae_hdlp); in cmi_hdl_lookup()
1531 return ((cmi_hdl_t)ent->cmae_hdlp); in cmi_hdl_any()
1553 cmi_hdl_impl_t *hdl = ent->cmae_hdlp; in cmi_hdl_walk()
/titanic_50/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c56 cmi_hdl_impl_t *cmae_hdlp; member
219 wsp->walk_addr = (uintptr_t)ent->cmae_hdlp; in cmih_walk_init()
234 addr = (uintptr_t)ent->cmae_hdlp; in cmih_walk_step()