Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/include/asm/
Dcachectl.h16 #define ICACHE (1<<0) /* flush instruction cache */ macro
18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-2.6.39/arch/m32r/include/asm/
Dcachectl.h14 #define ICACHE (1<<0) /* flush instruction cache */ macro
16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-2.6.39/arch/mips/include/asm/
Dcachectl.h14 #define ICACHE (1<<0) /* flush instruction cache */ macro
16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-2.6.39/arch/sh/include/asm/
Dcachectl.h15 #define ICACHE CACHEFLUSH_I /* flush instruction cache */ macro
17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-2.6.39/arch/blackfin/kernel/
Dsys_bfin.c83 if (op & ICACHE) in SYSCALL_DEFINE3()
/linux-2.6.39/arch/blackfin/
DKconfig980 bool "Enable ICACHE"
983 bool "Enable ICACHE for external memory"
987 bool "Enable ICACHE for L2 SRAM"