Searched refs:is_dcache_enabled (Results 1 – 9 of 9) sorted by relevance
50 bool is_dcache_enabled(void) in is_dcache_enabled() function
174 is_cached = is_dcache_enabled(); in bakery_lock_get()232 bool is_cached = is_dcache_enabled(); in bakery_lock_release()
87 bool is_dcache_enabled(void) in is_dcache_enabled() function
163 bool is_dcache_enabled(void) in is_dcache_enabled() function
30 if (is_dcache_enabled()) { in xlat_clean_dcache_range()
182 bool is_dcache_enabled(void);
230 bool is_dcache_enabled(void);
27 if (is_dcache_enabled()) in xlat_clean_dcache_range()
3223 - locks: bakery: Use is_dcache_enabled() helper and add a DMB to the3227 region, use get_current_el_maybe_constant() in is_dcache_enabled(),