Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/openssl/
H A Dossl_x86.c71 max_cores = (cpu_procinfo2 & AMDID_CMP_CORES) + 1; in ossl_cpuid()
/f-stack/freebsd/x86/x86/
H A Dtsc.c553 smp_cpus > (cpu_procinfo2 & AMDID_CMP_CORES) + 1) in test_tsc()
H A Dmp_x86.c273 mask_width((cpu_procinfo2 & AMDID_CMP_CORES) + 1); in topo_probe_amd()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h410 #define AMDID_CMP_CORES 0x000000ff macro