Searched refs:cpu_cache_is_present (Results 1 – 3 of 3) sorted by relevance
43 if (cpu_cache_is_present(SPR_UPR_DCP)) { in init_cache_level()58 if (cpu_cache_is_present(SPR_UPR_ICP)) { in init_cache_level()91 if (cpu_cache_is_present(SPR_UPR_DCP)) { in populate_cache_leaves()98 if (cpu_cache_is_present(SPR_UPR_ICP)) in populate_cache_leaves()
23 bool cpu_cache_is_present(const unsigned int cache_type) in cpu_cache_is_present() function34 if (!cpu_cache_is_present(cache_type)) in cache_loop()
43 extern bool cpu_cache_is_present(const unsigned int cache_type);
Completed in 4 milliseconds