Searched refs:DCACHE (Results 1 – 14 of 14) sorted by relevance
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()
10 #define DCACHE (1<<1) macro11 #define BCACHE (ICACHE|DCACHE)
9 #define DCACHE (1<<1) /* writeback and flush data cache */ macro10 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
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 */
17 #define DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */ macro18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
41 DCACHE, enumerator119 if (type == DCACHE) in get_cline_size()148 type = DCACHE; in action_cache_range()
26 #define DCACHE CF_D_FLUSH macro
16 case DCACHE: in SYSCALL_DEFINE3()
30 enum cache_t {ICACHE, DCACHE}; enumerator
311 cacheflush((void *)rw, len, DCACHE); in flush_idcache_range()
948 if (cache & DCACHE) { in SYSCALL_DEFINE3()
355 if (ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir()810 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup()
4595 is this: Using DCACHE as initial RAM for Stack, etc, does not