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

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c96 uint_t strand_nbits; member in struct:cmih_walk_state
112 wsp->strandid >= CMI_MAX_STRANDID(wsp->strand_nbits))
117 carry = wsp->strandid >> wsp->strand_nbits;
118 wsp->strandid = wsp->strandid & CMI_MAX_STRANDID(wsp->strand_nbits);
146 wsp->strand_nbits) |
147 ((wsp->strandid) & CMI_MAX_STRANDID(wsp->strand_nbits))));
178 if (mdb_readvar(&awsp->strand_nbits, "cmi_strand_nbits") == -1) {
200 sz = CMI_MAX_STRANDS_PER_CHIP(awsp->core_nbits, awsp->strand_nbits) *
258 awsp->strand_nbits);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c4841 cpuid_get_ext_topo(uint_t vendor, uint_t *core_nbits, uint_t *strand_nbits) argument
4894 *strand_nbits = coreid_shift;

Completed in 69 milliseconds