Searched refs:cache_present (Results 1 – 3 of 3) sorted by relevance
14 int cache_present = current_cpu_data.cache_leaves_present; in init_cache_level() local18 current_cpu_data.cache_leaves[cache_present - 1].level; in init_cache_level()19 this_cpu_ci->num_leaves = cache_present; in init_cache_level()64 int i, cache_present = current_cpu_data.cache_leaves_present; in populate_cache_leaves() local69 for (i = 0; i < cache_present; i++) { in populate_cache_leaves()
12 static inline bool cache_present(struct cache_desc *cdesc) in cache_present() function29 int cache_present = boot_cpu_data.cache_leaves_present; in cpu_last_level_cache_line_size() local31 return boot_cpu_data.cache_leaves[cache_present - 1].linesz; in cpu_last_level_cache_line_size()
70 unsigned int cache_present = current_cpu_data.cache_leaves_present; in __flush_cache_all() local72 leaf = cache_present - 1; in __flush_cache_all()78 for (leaf = 0; leaf < cache_present; leaf++) in __flush_cache_all()