Home
last modified time | relevance | path

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

/freebsd-14.2/sys/x86/x86/
H A Dmp_x86.c163 static int pkg_id_shift; variable
229 caches[level - 1].id_shift = pkg_id_shift; in add_deterministic_cache()
287 if (pkg_id_shift == 0) in topo_probe_amd()
288 pkg_id_shift = in topo_probe_amd()
440 pkg_id_shift = bits; in topo_probe_intel_0xb()
445 if (pkg_id_shift < core_id_shift) { in topo_probe_intel_0xb()
447 core_id_shift = pkg_id_shift; in topo_probe_intel_0xb()
475 caches[0].id_shift = pkg_id_shift; in topo_probe_intel_caches()
477 caches[1].id_shift = pkg_id_shift; in topo_probe_intel_caches()
556 KASSERT(pkg_id_shift >= core_id_shift, in topo_probe()
[all …]