Searched refs:DCACHE (Results 1 – 5 of 5) sorted by relevance
141 line_size = CACHE_LINE_SIZE(DCACHE); in dcache_wbinval_all()142 end = line_size * CACHE_WAY(DCACHE) * CACHE_SET(DCACHE); in dcache_wbinval_all()164 line_size = CACHE_LINE_SIZE(DCACHE); in flush_dcache_range()179 line_size = CACHE_LINE_SIZE(DCACHE); in invalidate_dcache_range()
13 #define DCACHE (1<<1) /* writeback and flush data cache */ macro14 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
42 DCACHE, enumerator120 if (type == DCACHE) in get_cline_size()149 type = DCACHE; in action_cache_range()
31 enum cache_t {ICACHE, DCACHE}; enumerator
4870 is this: Using DCACHE as initial RAM for Stack, etc, does not