Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/cpuctl/arch/ | |
i386.c | 1773 u_int smt_max; /* smt per core */ local in function:identifycpu_cpuids_intel_0x04 1790 smt_max = lp_max / core_max; 1791 smt_bits = ilog2(smt_max - 1) + 1; |