cache_desc 75 arch/mips/include/asm/cpu-info.h struct cache_desc icache; /* Primary I-cache */ cache_desc 76 arch/mips/include/asm/cpu-info.h struct cache_desc dcache; /* Primary D or combined I/D cache */ cache_desc 77 arch/mips/include/asm/cpu-info.h struct cache_desc vcache; /* Victim cache, between pcache and scache */ cache_desc 78 arch/mips/include/asm/cpu-info.h struct cache_desc scache; /* Secondary cache */ cache_desc 79 arch/mips/include/asm/cpu-info.h struct cache_desc tcache; /* Tertiary/split secondary cache */ cache_desc 194 arch/mips/kernel/pm-cps.c const struct cache_desc *cache,