cache_desc
static inline bool cache_present(struct cache_desc *cdesc)
static inline bool cache_private(struct cache_desc *cdesc)
static inline bool cache_inclusive(struct cache_desc *cdesc)
struct cache_desc cache_leaves[CACHE_LEAVES_MAX];
struct cache_desc *cd, *cdesc = current_cpu_data.cache_leaves;
struct cache_desc *cdesc = current_cpu_data.cache_leaves;
struct cache_desc *cdesc = current_cpu_data.cache_leaves + leaf;
struct cache_desc *cdesc = current_cpu_data.cache_leaves;
struct cache_desc icache; /* Primary I-cache */
struct cache_desc dcache; /* Primary D or combined I/D cache */
struct cache_desc vcache; /* Victim cache, between pcache and scache */
struct cache_desc scache; /* Secondary cache */
struct cache_desc tcache; /* Tertiary/split secondary cache */
const struct cache_desc *cache,
struct cache_desc icache;
struct cache_desc dcache;
unsigned int level, struct cache_desc *cache, int cpu)