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 &&
130 wsp->chipid = (wsp->chipid + 1) & (CMI_MAX_CHIPID);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c179 #define CMI_MAX_CHIPID ((1 << (CMI_MAX_CHIPID_NBITS)) - 1) macro
1261 if (chipid > CMI_MAX_CHIPID ||
1492 if (chipid > CMI_MAX_CHIPID ||

Completed in 64 milliseconds