Lines Matching refs:llc
61 struct cacheinfo *llc;
66 llc = per_cpu_cacheinfo_idx(cpu, cache_leaves(cpu) - 1);
68 return (llc->attributes & CACHE_ID) || !!llc->fw_token;
78 struct cacheinfo *llc;
83 llc = per_cpu_cacheinfo_idx(cpu, cache_leaves(cpu) - 1);
84 if (llc->type != CACHE_TYPE_DATA && llc->type != CACHE_TYPE_UNIFIED)
87 return llc;
956 struct cacheinfo *llc, *sib_llc;
962 llc = per_cpu_cacheinfo_idx(cpu, cache_leaves(cpu) - 1);
964 if (llc->type != CACHE_TYPE_DATA && llc->type != CACHE_TYPE_UNIFIED)
968 *map = &llc->shared_cpu_map;
973 for_each_cpu(sibling, &llc->shared_cpu_map) {
998 struct cacheinfo *llc;
1005 llc = per_cpu_cacheinfo_idx(cpu, cache_leaves(cpu) - 1);
1007 if (llc->type != CACHE_TYPE_DATA && llc->type != CACHE_TYPE_UNIFIED)
1010 nr_shared = cpumask_weight(&llc->shared_cpu_map);
1012 ci->per_cpu_data_slice_size = llc->size / nr_shared;