Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dmp_machdep.c199 static int core_bits = 0; variable
1714 core_bits = 0; in detect_intel_topology()
1762 core_bits = shift; in detect_intel_topology()
1782 core_bits = shift; in detect_amd_topology()
1821 --core_bits; in detect_amd_topology()
1825 --core_bits; in detect_amd_topology()
1828 --core_bits; in detect_amd_topology()
1837 1 << core_bits); in detect_amd_topology()
1849 core_bits = 0; in detect_amd_topology()
1906 core_bits = shift; in detect_amd_topology()
[all …]
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dmp.c76 static int core_bits = 0; variable
485 core_bits = vkernel_B_arg; in detect_cpu_topology()
492 (logical_CPU_bits + core_bits); in get_chip_ID()
498 return apicid >> (logical_CPU_bits + core_bits); in get_chip_ID_from_APICID()
505 ((1 << core_bits) - 1)); in get_core_number_within_chip()