Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dcmi_hw.c94 } cmi_hdl_impl_t; typedef
96 #define IMPLHDL(ophdl) ((cmi_hdl_impl_t *)ophdl)
109 uint_t (*cmio_vendor)(cmi_hdl_impl_t *);
110 const char *(*cmio_vendorstr)(cmi_hdl_impl_t *);
111 uint_t (*cmio_family)(cmi_hdl_impl_t *);
112 uint_t (*cmio_model)(cmi_hdl_impl_t *);
113 uint_t (*cmio_stepping)(cmi_hdl_impl_t *);
114 uint_t (*cmio_chipid)(cmi_hdl_impl_t *);
115 uint_t (*cmio_procnodeid)(cmi_hdl_impl_t *);
116 uint_t (*cmio_coreid)(cmi_hdl_impl_t *);
[all …]
/titanic_41/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c52 } cmi_hdl_impl_t; typedef
56 cmi_hdl_impl_t *cmae_hdlp;
229 cmi_hdl_impl_t hdl; in cmih_walk_step()
283 cmi_hdl_impl_t *hdl = (cmi_hdl_impl_t *)arg; in cmihdl_cb()
320 cmihdl_disp(uintptr_t addr, cmi_hdl_impl_t *hdl) in cmihdl_disp()
435 cmi_hdl_impl_t *hdl; in cmihdl()
528 hdl = mdb_alloc(sizeof (cmi_hdl_impl_t), UM_SLEEP); in cmihdl()
530 if (mdb_vread(hdl, sizeof (cmi_hdl_impl_t), addr) != in cmihdl()
531 sizeof (cmi_hdl_impl_t)) { in cmihdl()
532 mdb_free(hdl, sizeof (cmi_hdl_impl_t)); in cmihdl()
[all …]