Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c165 static int core_id_shift; variable
229 if (caches[level - 1].id_shift < core_id_shift) { in add_deterministic_cache()
232 caches[level - 1].id_shift, core_id_shift); in add_deterministic_cache()
233 caches[level - 1].id_shift = core_id_shift; in add_deterministic_cache()
302 core_id_shift = mask_width(share_count); in topo_probe_amd()
385 core_id_shift = mask_width(max_logical/max_cores); in topo_probe_intel_0x4()
386 KASSERT(core_id_shift >= 0, in topo_probe_intel_0x4()
388 pkg_id_shift = core_id_shift + mask_width(max_cores); in topo_probe_intel_0x4()
436 core_id_shift = bits; in topo_probe_intel_0xb()
443 if (pkg_id_shift < core_id_shift) { in topo_probe_intel_0xb()
[all …]