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

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c86 #define CMI_MAX_STRANDID(sbits) ((1 << (sbits)) - 1) macro
112 wsp->strandid >= CMI_MAX_STRANDID(wsp->strand_nbits))
118 wsp->strandid = wsp->strandid & CMI_MAX_STRANDID(wsp->strand_nbits);
147 ((wsp->strandid) & CMI_MAX_STRANDID(wsp->strand_nbits))));
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c183 #define CMI_MAX_STRANDID(sbits) ((1 << (sbits)) - 1) macro
1222 ((strandid) & CMI_MAX_STRANDID(cmi_strand_nbits))));
1263 strandid > CMI_MAX_STRANDID(cmi_strand_nbits))
1494 strandid > CMI_MAX_STRANDID(cmi_strand_nbits))

Completed in 49 milliseconds