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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c200 uint_t cmi_strand_nbits = CMI_MAX_STRANDS_PER_CORE_NBITS; variable
1202 cmi_strand_nbits);
1221 ((((coreid) & CMI_MAX_COREID(cmi_core_nbits)) << cmi_strand_nbits) |
1222 ((strandid) & CMI_MAX_STRANDID(cmi_strand_nbits))));
1257 cpuid_get_ext_topo(vendor, &cmi_core_nbits, &cmi_strand_nbits);
1263 strandid > CMI_MAX_STRANDID(cmi_strand_nbits))
1494 strandid > CMI_MAX_STRANDID(cmi_strand_nbits))
1523 cmi_strand_nbits);
1545 cmi_strand_nbits);

Completed in 61 milliseconds