Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dmp_machdep.c1697 detect_intel_topology(int count_htt_cores) in detect_intel_topology() argument
1715 for (shift = 0; (1 << shift) < count_htt_cores; ++shift) in detect_intel_topology()
1753 logical_per_package = count_htt_cores; in detect_intel_topology()
1771 detect_amd_topology(int count_htt_cores) in detect_amd_topology() argument
1784 logical_CPU_bits = count_htt_cores >> core_bits; in detect_amd_topology()
1904 for (shift = 0; (1 << shift) < count_htt_cores; ++shift) in detect_amd_topology()