Home
last modified time | relevance | path

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

/u-boot/arch/arc/lib/
A Dcache.c184 static inlined_cachefunc bool ioc_enabled(void);
336 if (ioc_enabled()) in slc_disable()
363 static inlined_cachefunc bool ioc_enabled(void) in ioc_enabled() function
569 if (is_isa_arcv2() && ioc_enabled()) in cache_init()
749 if (!is_isa_arcv2() || !ioc_enabled()) in invalidate_dcache_range()
752 if (is_isa_arcv2() && !ioc_enabled() && !slc_data_bypass()) in invalidate_dcache_range()
767 if (!is_isa_arcv2() || !ioc_enabled()) in flush_dcache_range()
770 if (is_isa_arcv2() && !ioc_enabled() && !slc_data_bypass()) in flush_dcache_range()

Completed in 4 milliseconds