Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/
Dcacheinfo.c486 struct cache *subcache; in do_subsidiary_caches() local
491 subcache = cache_lookup_or_instantiate(subcache_node, group_id, level); in do_subsidiary_caches()
493 if (!subcache) in do_subsidiary_caches()
496 link_cache_lists(cache, subcache); in do_subsidiary_caches()
497 cache = subcache; in do_subsidiary_caches()