Lines Matching defs:core_max
1774 u_int core_max = 1; /* core per package */
1787 core_max = __SHIFTOUT(descs[0], CPUID_DCP_CORE_P_PKG) + 1;
1789 assert(lp_max >= core_max);
1790 smt_max = lp_max / core_max;
1792 core_bits = ilog2(core_max - 1) + 1;
1882 u_int lp_max, core_max;
1898 core_max = (descs[2] & 0xff) + 1;
1906 core_max = lp_max;
1908 smt_bits = ilog2((lp_max / core_max) - 1) + 1;
1910 core_bits = ilog2(core_max - 1) + 1;