Searched refs:cache_desc (Results 1 – 2 of 2) sorted by relevance
23 struct cache_desc { struct75 struct cache_desc icache; /* Primary I-cache */76 struct cache_desc dcache; /* Primary D or combined I/D cache */77 struct cache_desc vcache; /* Victim cache, between pcache and scache */78 struct cache_desc scache; /* Secondary cache */79 struct cache_desc tcache; /* Tertiary/split secondary cache */
194 const struct cache_desc *cache, in cps_gen_cache_routine()
Completed in 5 milliseconds