Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c82 #define CMI_MAX_CHIPID ((1 << (CMI_MAX_CHIPID_NBITS)) - 1) macro
110 if (wsp->chipid >= CMI_MAX_CHIPID && in cmih_ent_next()
130 wsp->chipid = (wsp->chipid + 1) & (CMI_MAX_CHIPID); in cmih_ent_next()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c184 #define CMI_MAX_CHIPID ((1 << (CMI_MAX_CHIPID_NBITS)) - 1) macro
1329 if (chipid > CMI_MAX_CHIPID || in cmi_hdl_create()
1560 if (chipid > CMI_MAX_CHIPID || in cmi_hdl_lookup()