Home
last modified time | relevance | path

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

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