Home
last modified time | relevance | path

Searched refs:lcpus_max (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dmptable.c403 int i, id, lcpus_max, logical_cpus; in mptable_hyperthread_fixup() local
408 lcpus_max = (cpu_procinfo & CPUID_HTT_CORES) >> 16; in mptable_hyperthread_fixup()
409 if (lcpus_max <= 1) in mptable_hyperthread_fixup()
422 if ((1 << i) >= lcpus_max) { in mptable_hyperthread_fixup()
423 lcpus_max = 1 << i; in mptable_hyperthread_fixup()
430 if (cpu_count == lcpus_max) { in mptable_hyperthread_fixup()
435 logical_cpus = lcpus_max; in mptable_hyperthread_fixup()
475 if (dist > lcpus_max) in mptable_hyperthread_fixup()
476 logical_cpus = lcpus_max; in mptable_hyperthread_fixup()