Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/x86/
H A Dmp_x86.c167 static int pkg_id_shift; variable
233 caches[level - 1].id_shift = pkg_id_shift; in add_deterministic_cache()
275 if (pkg_id_shift == 0) in topo_probe_amd()
276 pkg_id_shift = in topo_probe_amd()
428 pkg_id_shift = bits; in topo_probe_intel_0xb()
433 if (pkg_id_shift < core_id_shift) { in topo_probe_intel_0xb()
435 core_id_shift = pkg_id_shift; in topo_probe_intel_0xb()
463 caches[0].id_shift = pkg_id_shift; in topo_probe_intel_caches()
465 caches[1].id_shift = pkg_id_shift; in topo_probe_intel_caches()
544 KASSERT(pkg_id_shift >= core_id_shift, in topo_probe()
[all …]