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()
140 line_size = CACHE_LINE_SIZE(DCACHE); in dcache_wbinval_all()141 end = line_size * CACHE_WAY(DCACHE) * CACHE_SET(DCACHE); in dcache_wbinval_all()163 line_size = CACHE_LINE_SIZE(DCACHE); in flush_dcache_range()178 line_size = CACHE_LINE_SIZE(DCACHE); in invalidate_dcache_range()
16 #define DCACHE (1<<1) /* writeback and flush data cache */ macro17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
12 #define DCACHE (1<<1) /* writeback and flush data cache */ macro13 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
41 DCACHE, enumerator119 if (type == DCACHE) in get_cline_size()148 type = DCACHE; in action_cache_range()
30 enum cache_t {ICACHE, DCACHE}; enumerator
75 XLAT(DCACHE),
4707 is this: Using DCACHE as initial RAM for Stack, etc, does not