i386.c | 1775 u_int smt_bits, core_bits; local in function:identifycpu_cpuids_intel_0x04 1791 smt_bits = ilog2(smt_max - 1) + 1; 1794 if (smt_bits + core_bits) 1795 ci->ci_packageid = ci->ci_initapicid >> (smt_bits + core_bits); 1799 __BITS(smt_bits, smt_bits + core_bits - 1)); 1801 if (smt_bits) 1803 __BITS((int)0, (int)(smt_bits - 1))); 1810 u_int smt_bits, core_bits, core_shift = 0, pkg_shift = 0; local in function:identifycpu_cpuids_intel_0x0b 1848 smt_bits = core_shift 1883 int n, cpu_family, apic_id, smt_bits, core_bits = 0; local in function:identifycpu_cpuids_amd [all...] |