Home
last modified time | relevance | path

Searched refs:cpu_procinfo2 (Results 1 – 5 of 5) 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/include/
H A Dx86_var.h63 extern u_int cpu_procinfo2;
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c267 pkg_id_shift = (cpu_procinfo2 & AMDID_COREID_SIZE) >> in topo_probe_amd()
273 mask_width((cpu_procinfo2 & AMDID_CMP_CORES) + 1); in topo_probe_amd()
H A Didentcpu.c106 u_int cpu_procinfo2; /* Multicore info */ variable
1685 cpu_procinfo2 = regs[2]; in finishidentcpu()
H A Dtsc.c553 smp_cpus > (cpu_procinfo2 & AMDID_CMP_CORES) + 1) in test_tsc()