Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
A Dcpu-info.h23 struct cache_desc { struct
75 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 */
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dcacheflush.h12 static inline bool cache_present(struct cache_desc *cdesc) in cache_present()
17 static inline bool cache_private(struct cache_desc *cdesc) in cache_private()
22 static inline bool cache_inclusive(struct cache_desc *cdesc) in cache_inclusive()
A Dcpu-info.h23 struct cache_desc { struct
54 struct cache_desc cache_leaves[CACHE_LEAVES_MAX];
/linux-6.3-rc2/arch/loongarch/mm/
A Dcache.c48 struct cache_desc *cdesc = current_cpu_data.cache_leaves + leaf; in flush_cache_leaf()
69 struct cache_desc *cdesc = current_cpu_data.cache_leaves; in __flush_cache_all()
119 struct cache_desc *cdesc = current_cpu_data.cache_leaves; in cpu_cache_init()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dcacheinfo.c67 struct cache_desc *cd, *cdesc = current_cpu_data.cache_leaves; in populate_cache_leaves()
/linux-6.3-rc2/arch/mips/kernel/
A Dpm-cps.c194 const struct cache_desc *cache, in cps_gen_cache_routine()

Completed in 9 milliseconds