Home
last modified time | relevance | path

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

/titanic_50/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)) in cmih_ent_next()
118 wsp->strandid = wsp->strandid & CMI_MAX_STRANDID(wsp->strand_nbits); in cmih_ent_next()
147 ((wsp->strandid) & CMI_MAX_STRANDID(wsp->strand_nbits)))); in cmih_ent_lookup()
/titanic_50/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)))); in cmi_hdl_ent_lookup()
1263 strandid > CMI_MAX_STRANDID(cmi_strand_nbits)) in cmi_hdl_create()
1494 strandid > CMI_MAX_STRANDID(cmi_strand_nbits)) in cmi_hdl_lookup()