Home
last modified time | relevance | path

Searched refs:ICACHE (Results 1 – 10 of 10) sorted by relevance

/arch/blackfin/include/uapi/asm/
Dcachectl.h16 #define ICACHE (1<<0) /* flush instruction cache */ macro
18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/arch/tile/include/uapi/asm/
Dcachectl.h38 #define ICACHE (1<<0) /* invalidate L1 instruction cache */ macro
40 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/arch/m32r/include/asm/
Dcachectl.h14 #define ICACHE (1<<0) /* flush instruction cache */ macro
16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/arch/mips/include/uapi/asm/
Dcachectl.h14 #define ICACHE (1<<0) /* flush instruction cache */ macro
16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/arch/sh/include/uapi/asm/
Dcachectl.h15 #define ICACHE CACHEFLUSH_I /* flush instruction cache */ macro
17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/arch/metag/kernel/
Dcachepart.c19 #define ICACHE 0 macro
99 for (cache_type = ICACHE; cache_type <= DCACHE; cache_type++) { in check_for_cache_aliasing()
/arch/arc/include/uapi/asm/
Dcachectl.h24 #define ICACHE CF_I_INV macro
/arch/blackfin/kernel/
Dsys_bfin.c84 if (op & ICACHE) in SYSCALL_DEFINE3()
/arch/tile/kernel/
Dsys.c45 if (flags & ICACHE) in SYSCALL_DEFINE3()
/arch/blackfin/
DKconfig1033 bool "Enable ICACHE"
1036 bool "Enable ICACHE for external memory"
1040 bool "Enable ICACHE for L2 SRAM"