Home | History | Annotate | Download | only in x86

Lines Matching defs:core_max

80 	u_int core_max;		/* Core per package */
128 core_max = __SHIFTOUT(descs[0], CPUID_DCP_CORE_P_PKG)
131 core_max = 1;
137 core_max = 1;
142 core_max = lp_max;
148 core_max = __SHIFTOUT(descs[2], CPUID_CAPEX_NC) + 1;
154 * core_max = 2 ^ n (power of two)
160 core_max = 1;
163 KASSERT(lp_max >= core_max);
164 smt_bits = ilog2((lp_max / core_max) - 1) + 1;
166 core_bits = ilog2(core_max - 1) + 1;