Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dcache.c43 int ioc_exists __section(".data");
172 ioc_exists = 1; in read_decode_cache_bcr_arcv2()
218 if (ioc_exists) { in cache_init()
416 if (!ioc_exists) in invalidate_dcache_range()
421 if (slc_exists && !ioc_exists) in invalidate_dcache_range()
429 if (!ioc_exists) in flush_dcache_range()
434 if (slc_exists && !ioc_exists) in flush_dcache_range()
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dcache.c26 static int ioc_exists; variable
65 IS_AVAIL3(ioc_exists, ioc_enable, ", IO-Coherency (per-device) ")); in arc_cache_mumbojumbo()
114 ioc_exists = 1; in read_decode_cache_bcr_arcv2()
1280 if (is_isa_arcv2() && ioc_exists) in arc_cache_init_master()