Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmp_x86.c159 static int pkg_id_shift; variable
229 caches[level - 1].id_shift = pkg_id_shift; in add_deterministic_cache()
271 if (pkg_id_shift == 0) in topo_probe_amd()
272 pkg_id_shift = in topo_probe_amd()
415 pkg_id_shift = bits; in topo_probe_intel_0xb()
420 if (pkg_id_shift < core_id_shift) { in topo_probe_intel_0xb()
422 core_id_shift = pkg_id_shift; in topo_probe_intel_0xb()
450 caches[0].id_shift = pkg_id_shift; in topo_probe_intel_caches()
452 caches[1].id_shift = pkg_id_shift; in topo_probe_intel_caches()
528 KASSERT(pkg_id_shift >= core_id_shift, in topo_probe()
[all …]