Symbol: cache_desc
arch/loongarch/include/asm/cacheflush.h
12
static inline bool cache_present(struct cache_desc *cdesc)
arch/loongarch/include/asm/cacheflush.h
17
static inline bool cache_private(struct cache_desc *cdesc)
arch/loongarch/include/asm/cacheflush.h
22
static inline bool cache_inclusive(struct cache_desc *cdesc)
arch/loongarch/include/asm/cpu-info.h
54
struct cache_desc cache_leaves[CACHE_LEAVES_MAX];
arch/loongarch/kernel/cacheinfo.c
73
struct cache_desc *cd, *cdesc = current_cpu_data.cache_leaves;
arch/loongarch/mm/cache.c
119
struct cache_desc *cdesc = current_cpu_data.cache_leaves;
arch/loongarch/mm/cache.c
48
struct cache_desc *cdesc = current_cpu_data.cache_leaves + leaf;
arch/loongarch/mm/cache.c
69
struct cache_desc *cdesc = current_cpu_data.cache_leaves;
arch/mips/include/asm/cpu-info.h
75
struct cache_desc icache; /* Primary I-cache */
arch/mips/include/asm/cpu-info.h
76
struct cache_desc dcache; /* Primary D or combined I/D cache */
arch/mips/include/asm/cpu-info.h
77
struct cache_desc vcache; /* Victim cache, between pcache and scache */
arch/mips/include/asm/cpu-info.h
78
struct cache_desc scache; /* Secondary cache */
arch/mips/include/asm/cpu-info.h
79
struct cache_desc tcache; /* Tertiary/split secondary cache */
arch/mips/kernel/pm-cps.c
190
const struct cache_desc *cache,
arch/openrisc/include/asm/cpuinfo.h
31
struct cache_desc icache;
arch/openrisc/include/asm/cpuinfo.h
32
struct cache_desc dcache;
arch/openrisc/kernel/cacheinfo.c
18
unsigned int level, struct cache_desc *cache, int cpu)