Lines Matching refs:cpu_cache_level
1033 struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a;
1034 struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b;
1039 static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b)
1065 static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level)
1121 static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c)
1128 static int build_caches(struct cpu_cache_level caches[], u32 *cntp)
1138 struct cpu_cache_level c;
1167 struct cpu_cache_level caches[max_caches];
1175 qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort);
1186 struct cpu_cache_level *c = &caches[i];
2691 struct cpu_cache_level *caches;
2708 struct cpu_cache_level c;