Searched refs:DCACHE (Results 1 – 12 of 12) sorted by relevance
20 #define DCACHE 1 macro64 isEnabled = (cache == DCACHE ? metag_in32(MMCU_DCACHE_CTRL_ADDR) & 0x1 : in get_thread_cache_size()70 cache_size = (cache == DCACHE ? get_global_dcache_size() : in get_thread_cache_size()74 cache_size = (cache == DCACHE ? get_dcache_size() : in get_thread_cache_size()77 t_cache_part = (cache == DCACHE ? in get_thread_cache_size()99 for (cache_type = ICACHE; cache_type <= DCACHE; cache_type++) { in check_for_cache_aliasing()
79 DCACHE [D1Ar3], D0Re0
39 #define DCACHE (1<<1) /* flush and invalidate data cache */ macro40 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
17 #define DCACHE (1<<1) /* writeback and flush data cache */ macro18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
15 #define DCACHE (1<<1) /* writeback and flush data cache */ macro16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
16 #define DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */ macro17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
25 #define DCACHE CF_D_FLUSH macro
119 DCACHE [D1Ar1],A0.3 /* Flush Cache line */121 DCACHE [D1Ar1],A0.3 /* Flush Cache line */
82 if (op & DCACHE) in SYSCALL_DEFINE3()
43 if (flags & DCACHE) in SYSCALL_DEFINE3()
1047 bool "Enable DCACHE"1050 bool "Enable only 16k BankA DCACHE - BankB is SRAM"1054 bool "Enable DCACHE for external memory"1058 prompt "External memory DCACHE policy"1100 bool "Enable DCACHE for L2 SRAM"1105 prompt "L2 SRAM DCACHE policy"