HomeSort by: relevance | last modified time | path
    Searched defs:smt_max (Results 1 - 1 of 1) sorted by relevancy

  /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;

Completed in 39 milliseconds