Searched refs:DCACHE (Results 1 – 8 of 8) sorted by relevance
56 #ifndef DCACHE57 #define DCACHE (1<<1) /* writeback and flush data cache */ macro60 #define BCACHE (ICACHE|DCACHE) /* flush both caches */141 TEST(ltp_syscall(__NR_cacheflush, addr, getpagesize(), DCACHE)); in main()
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()
12 #define DCACHE (1<<1) /* writeback and flush data cache */ macro13 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
9 #define DCACHE (1<<1) macro10 #define BCACHE (ICACHE|DCACHE)
42 DCACHE, enumerator120 if (type == DCACHE) in get_cline_size()149 type = DCACHE; in action_cache_range()
30 enum cache_t {ICACHE, DCACHE}; enumerator
4421 is this: Using DCACHE as initial RAM for Stack, etc, does not