Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmp_x86.c161 static int core_id_shift; variable
235 caches[level - 1].id_shift = core_id_shift; in add_deterministic_cache()
288 core_id_shift = mask_width(share_count); in topo_probe_amd()
372 KASSERT(core_id_shift >= 0, in topo_probe_intel_0x4()
413 core_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()
528 KASSERT(pkg_id_shift >= core_id_shift, in topo_probe()
561 KASSERT(caches[i].id_shift >= core_id_shift, in topo_probe()
575 if (pkg_id_shift > core_id_shift) { in topo_probe()
[all …]