D | cacheinfo.c | 43 struct cache *cache; member 117 struct cache { struct 124 struct cache *next_local; /* next cache of >= level */ argument 139 static const char *cache_type_string(const struct cache *cache) in cache_type_string() argument 141 return cache_type_info[cache->type].name; in cache_type_string() 144 static void cache_init(struct cache *cache, int type, int level, in cache_init() argument 147 cache->type = type; in cache_init() 148 cache->level = level; in cache_init() 149 cache->ofnode = of_node_get(ofnode); in cache_init() 150 cache->group_id = group_id; in cache_init() [all …]
|