Searched refs:cache_desc (Results 1 – 7 of 7) sorted by relevance
23 struct cache_desc { struct75 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 */
21 struct cache_desc { struct31 struct cache_desc icache; argument32 struct cache_desc dcache;
12 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()
23 struct cache_desc { struct54 struct cache_desc cache_leaves[CACHE_LEAVES_MAX];
38 struct cache_desc *cdesc = current_cpu_data.cache_leaves + leaf; in flush_cache_leaf()59 struct cache_desc *cdesc = current_cpu_data.cache_leaves; in __flush_cache_all()109 struct cache_desc *cdesc = current_cpu_data.cache_leaves; in cpu_cache_init()
90 for (cache_id, names, ops, cache_desc) in hw_cache_id:
18 unsigned int level, struct cache_desc *cache, int cpu) in ci_leaf_init()