Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmp_x86.c201 add_deterministic_cache(int type, int level, int share_count) in add_deterministic_cache() argument
220 mask_width(share_count)); in add_deterministic_cache()
222 caches[level - 1].id_shift = mask_width(share_count); in add_deterministic_cache()
258 int share_count; in topo_probe_amd() local
287 share_count = ((p[1] >> 8) & 0xff) + 1; in topo_probe_amd()
288 core_id_shift = mask_width(share_count); in topo_probe_amd()
305 share_count = 1 + ((p[0] >> 14) & 0xfff); in topo_probe_amd()
307 if (!add_deterministic_cache(type, level, share_count)) in topo_probe_amd()
439 int share_count; in topo_probe_intel_caches() local
461 share_count = 1 + ((p[0] >> 14) & 0xfff); in topo_probe_intel_caches()
[all …]