Home
last modified time | relevance | path

Searched refs:ioc_enabled (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arc/lib/
H A Dcache.c261 static inline bool ioc_enabled(void) in ioc_enabled() function
464 if (is_isa_arcv2() && ioc_enabled()) in cache_init()
646 if (!is_isa_arcv2() || !ioc_enabled()) in invalidate_dcache_range()
649 if (is_isa_arcv2() && !ioc_enabled() && !slc_data_bypass()) in invalidate_dcache_range()
664 if (!is_isa_arcv2() || !ioc_enabled()) in flush_dcache_range()
667 if (is_isa_arcv2() && !ioc_enabled() && !slc_data_bypass()) in flush_dcache_range()