Lines Matching defs:cache
44 struct cache *cache; member
118 struct cache { struct
119 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument
120 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument
121 int type; /* split cache disambiguation */ argument
123 int group_id; /* id of the group of threads that share this cache */ argument
124 struct list_head list; /* global list of cache objects */ argument
125 struct cache *next_local; /* next cache of >= level */ argument
140 static const char *cache_type_string(const struct cache *cache) in cache_type_string()
145 static void cache_init(struct cache *cache, int type, int level, in cache_init()
159 struct cache *cache; in new_cache() local
168 static void release_cache_debugcheck(struct cache *cache) in release_cache_debugcheck()
181 static void release_cache(struct cache *cache) in release_cache()
195 static void cache_cpu_set(struct cache *cache, int cpu) in cache_cpu_set()
209 static int cache_size(const struct cache *cache, unsigned int *ret) in cache_size()
224 static int cache_size_kb(const struct cache *cache, unsigned int *ret) in cache_size_kb()
236 static int cache_get_line_size(const struct cache *cache, unsigned int *ret) in cache_get_line_size()
259 static int cache_nr_sets(const struct cache *cache, unsigned int *ret) in cache_nr_sets()
274 static int cache_associativity(const struct cache *cache, unsigned int *ret) in cache_associativity()
306 static struct cache *cache_find_first_sibling(struct cache *cache) in cache_find_first_sibling()
327 struct cache *cache = NULL; in cache_lookup_by_node_group() local
395 struct cache *cache; in cache_do_one_devnode() local
409 struct cache *cache; in cache_lookup_or_instantiate() local
443 static void do_subsidiary_caches_debugcheck(struct cache *cache) in do_subsidiary_caches_debugcheck()
478 static void do_subsidiary_caches(struct cache *cache, unsigned int cpu_id) in do_subsidiary_caches()
593 struct cache *cache; in size_show() local
610 struct cache *cache; in line_size_show() local
626 struct cache *cache; in nr_sets_show() local
642 struct cache *cache; in associativity_show() local
657 struct cache *cache; in type_show() local
670 struct cache *cache; in level_show() local
685 struct cache *cache; in show_shared_cpumap() local
747 struct cache *cache; in cacheinfo_create_index_opt_attrs() local
785 static void cacheinfo_create_index_dir(struct cache *cache, int index, in cacheinfo_create_index_dir()
814 struct cache *cache; in cacheinfo_sysfs_populate() local
831 struct cache *cache; in cacheinfo_cpu_online() local
848 struct cache *cache; in cache_lookup_by_cpu() local
890 static void cache_cpu_clear(struct cache *cache, int cpu) in cache_cpu_clear()
914 struct cache *cache; in cacheinfo_cpu_offline() local