Home
last modified time | relevance | path

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

/NextBSD/sys/x86/include/
HDspecialreg.h326 #define AMDID_CMP_CORES 0x000000ff macro
/NextBSD/sys/dev/amdtemp/
HDamdtemp.c347 (cpu_procinfo2 & AMDID_CMP_CORES) + 1 : 1; in amdtemp_attach()
/NextBSD/sys/x86/x86/
HDtsc.c461 smp_cpus > (cpu_procinfo2 & AMDID_CMP_CORES) + 1) in test_tsc()
HDmp_x86.c175 cpu_cores = (cpu_procinfo2 & AMDID_CMP_CORES) + 1; in topo_probe_amd()