Lines Matching refs:cpu_cache_level
1120 struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a;
1121 struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b;
1126 static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b)
1152 static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level)
1208 static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c)
1219 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp)
1224 struct cpu_cache_level c;
1250 static int build_caches(struct cpu_cache_level caches[], u32 *cntp)
1270 struct cpu_cache_level caches[max_caches];
1278 qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort);
1289 struct cpu_cache_level *c = &caches[i];
2901 struct cpu_cache_level *caches;
2918 struct cpu_cache_level c;