Searched refs:share_count (Results 1 – 1 of 1) sorted by relevance
199 add_deterministic_cache(int type, int level, int share_count) in add_deterministic_cache() argument218 mask_width(share_count)); in add_deterministic_cache()220 caches[level - 1].id_shift = mask_width(share_count); in add_deterministic_cache()256 int share_count; in topo_probe_amd() local301 share_count = ((p[1] >> 8) & 0xff) + 1; in topo_probe_amd()302 core_id_shift = mask_width(share_count); in topo_probe_amd()319 share_count = 1 + ((p[0] >> 14) & 0xfff); in topo_probe_amd()321 if (!add_deterministic_cache(type, level, share_count)) in topo_probe_amd()462 int share_count; in topo_probe_intel_caches() local484 share_count = 1 + ((p[0] >> 14) & 0xfff); in topo_probe_intel_caches()[all …]