Lines Matching refs:device_node
118 struct device_node *ofnode; /* OF node for this cache, may be cpu */
144 struct device_node *ofnode) in cache_init()
153 static struct cache *new_cache(int type, int level, struct device_node *ofnode) in new_cache()
318 static struct cache *cache_lookup_by_node(const struct device_node *node) in cache_lookup_by_node()
333 static bool cache_node_is_unified(const struct device_node *np) in cache_node_is_unified()
347 static int cache_is_unified_d(const struct device_node *np) in cache_is_unified_d()
356 static struct cache *cache_do_one_devnode_unified(struct device_node *node, int level) in cache_do_one_devnode_unified()
363 static struct cache *cache_do_one_devnode_split(struct device_node *node, in cache_do_one_devnode_split()
386 static struct cache *cache_do_one_devnode(struct device_node *node, int level) in cache_do_one_devnode()
398 static struct cache *cache_lookup_or_instantiate(struct device_node *node, in cache_lookup_or_instantiate()
434 struct device_node *subcache_node; in do_subsidiary_caches()
455 struct device_node *cpu_node; in cache_chain_instantiate()
787 struct device_node *cpu_node; in cache_lookup_by_cpu()