Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dcpu-info.h22 struct cache_desc { struct
61 struct cache_desc icache; /* Primary I-cache */
62 struct cache_desc dcache; /* Primary D or combined I/D cache */
63 struct cache_desc scache; /* Secondary cache */
64 struct cache_desc tcache; /* Tertiary/split secondary cache */
/linux-4.1.27/arch/mips/kernel/
Dpm-cps.c203 const struct cache_desc *cache, in cps_gen_cache_routine()