Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c163 static int pkg_id_shift; variable
223 if (caches[level - 1].id_shift > pkg_id_shift) { in add_deterministic_cache()
226 caches[level - 1].id_shift, pkg_id_shift); in add_deterministic_cache()
227 caches[level - 1].id_shift = pkg_id_shift; in add_deterministic_cache()
281 pkg_id_shift = (cpu_procinfo2 & AMDID_COREID_SIZE) >> in topo_probe_amd()
285 if (pkg_id_shift == 0) in topo_probe_amd()
286 pkg_id_shift = in topo_probe_amd()
311 node_id_shift = pkg_id_shift - mask_width(nodes_per_socket); in topo_probe_amd()
350 pkg_id_shift - mask_width(nodes_per_socket); in topo_probe_amd()
388 pkg_id_shift = core_id_shift + mask_width(max_cores); in topo_probe_intel_0x4()
[all …]