Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/
Dcacheinfo.c454 struct cache *subcache; in do_subsidiary_caches() local
457 subcache = cache_lookup_or_instantiate(subcache_node, level); in do_subsidiary_caches()
459 if (!subcache) in do_subsidiary_caches()
462 link_cache_lists(cache, subcache); in do_subsidiary_caches()
463 cache = subcache; in do_subsidiary_caches()