Searched refs:core_id_shift (Results 1 – 1 of 1) sorted by relevance
165 static int core_id_shift; variable235 caches[level - 1].id_shift = core_id_shift; in add_deterministic_cache()304 core_id_shift = mask_width(share_count); in topo_probe_amd()388 KASSERT(core_id_shift >= 0, in topo_probe_intel_0x4()438 core_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()556 KASSERT(pkg_id_shift >= core_id_shift, in topo_probe()589 KASSERT(caches[i].id_shift >= core_id_shift, in topo_probe()603 if (pkg_id_shift > core_id_shift) { in topo_probe()[all …]