Searched refs:ICACHE (Results 1 – 10 of 10) sorted by relevance
16 #define ICACHE (1<<0) /* flush instruction cache */ macro18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
38 #define ICACHE (1<<0) /* invalidate L1 instruction cache */ macro40 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
14 #define ICACHE (1<<0) /* flush instruction cache */ macro16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
15 #define ICACHE CACHEFLUSH_I /* flush instruction cache */ macro17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
19 #define ICACHE 0 macro99 for (cache_type = ICACHE; cache_type <= DCACHE; cache_type++) { in check_for_cache_aliasing()
24 #define ICACHE CF_I_INV macro
84 if (op & ICACHE) in SYSCALL_DEFINE3()
45 if (flags & ICACHE) in SYSCALL_DEFINE3()
1033 bool "Enable ICACHE"1036 bool "Enable ICACHE for external memory"1040 bool "Enable ICACHE for L2 SRAM"