Home
last modified time | relevance | path

Searched refs:subcache (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dcacheinfo.c485 struct cache *subcache; in do_subsidiary_caches() local
490 subcache = cache_lookup_or_instantiate(subcache_node, group_id, level); in do_subsidiary_caches()
492 if (!subcache) in do_subsidiary_caches()
495 link_cache_lists(cache, subcache); in do_subsidiary_caches()
496 cache = subcache; in do_subsidiary_caches()