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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c94 } cmi_hdl_impl_t; typedef in typeref:struct:cmi_hdl_impl
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...]
/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c52 } cmi_hdl_impl_t; typedef in typeref:struct:cmi_hdl_impl
56 cmi_hdl_impl_t *cmae_hdlp;
229 cmi_hdl_impl_t hdl;
283 cmi_hdl_impl_t *hdl = (cmi_hdl_impl_t *)arg;
320 cmihdl_disp(uintptr_t addr, cmi_hdl_impl_t *hdl)
435 cmi_hdl_impl_t *hdl;
528 hdl = mdb_alloc(sizeof (cmi_hdl_impl_t), UM_SLEEP);
530 if (mdb_vread(hdl, sizeof (cmi_hdl_impl_t), addr) !=
531 sizeof (cmi_hdl_impl_t)) {
[all...]

Completed in 59 milliseconds