Searched refs:share_count (Results 1 – 1 of 1) sorted by relevance
201 add_deterministic_cache(int type, int level, int share_count) in add_deterministic_cache() argument220 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() local287 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() local461 share_count = 1 + ((p[0] >> 14) & 0xfff); in topo_probe_intel_caches()[all …]