i386.c | 1810 u_int smt_bits, core_bits, core_shift = 0, pkg_shift = 0; local in function:identifycpu_cpuids_intel_0x0b 1835 pkg_shift = shiftnum; 1847 assert(pkg_shift >= core_shift); 1849 core_bits = pkg_shift - core_shift; 1851 ci->ci_packageid = ci->ci_initapicid >> pkg_shift; 1855 __BITS(core_shift, pkg_shift - 1));
|