Searched refs:cpu_procinfo2 (Results 1 – 6 of 6) sorted by relevance
81 max_cores = (cpu_procinfo2 & AMDID_CMP_CORES) + 1; in ossl_cpuid()
59 extern u_int cpu_procinfo2;
108 u_int cpu_procinfo2; /* Multicore info */ variable1680 cpu_procinfo2 = regs[2]; in finishidentcpu()
281 pkg_id_shift = (cpu_procinfo2 & AMDID_COREID_SIZE) >> in topo_probe_amd()287 mask_width((cpu_procinfo2 & AMDID_CMP_CORES) + 1); in topo_probe_amd()
634 smp_cpus > (cpu_procinfo2 & AMDID_CMP_CORES) + 1) in test_tsc()
503 (cpu_procinfo2 & AMDID_CMP_CORES) + 1 : 1; in amdtemp_attach()