Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Didentcpu.c569 cmp = (cpu_procinfo2 & AMDID_CMP_CORES) + 1; in printcpuinfo()
743 cpu_procinfo2 = regs[2]; in identify_cpu()
H A Dinitcpu.c65 u_int cpu_procinfo2; /* Multicore info */ variable
H A Dmp_machdep.c1775 if (cpu_procinfo2 & AMDID_COREID_SIZE) { in detect_amd_topology()
1776 core_bits = (cpu_procinfo2 & AMDID_COREID_SIZE) >> in detect_amd_topology()
1779 core_bits = (cpu_procinfo2 & AMDID_CMP_CORES) + 1; in detect_amd_topology()
/dragonfly/sys/platform/pc64/include/
H A Dmd_var.h66 extern u_int cpu_procinfo2;
/dragonfly/sys/dev/powermng/amdtemp/
H A Damdtemp.c551 (cpu_procinfo2 & AMDID_CMP_CORES) + 1 : 1; in amdtemp_attach()