Home
last modified time | relevance | path

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

/linux/arch/openrisc/include/asm/
H A Dcpuinfo.h21 struct cache_desc { struct
31 struct cache_desc icache; argument
32 struct cache_desc dcache;
/linux/arch/loongarch/include/asm/
H 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()
H A Dcpu-info.h23 struct cache_desc { struct
54 struct cache_desc cache_leaves[CACHE_LEAVES_MAX];
/linux/arch/loongarch/mm/
H 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/tools/perf/pmu-events/
H A Dmake_legacy_cache.py90 for (cache_id, names, ops, cache_desc) in hw_cache_id:
/linux/arch/openrisc/kernel/
H A Dcacheinfo.c18 unsigned int level, struct cache_desc *cache, int cpu) in ci_leaf_init()