Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/include/asm/
Dcachectl.h17 #define DCACHE (1<<1) /* writeback and flush data cache */ macro
18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-2.6.39/arch/m32r/include/asm/
Dcachectl.h15 #define DCACHE (1<<1) /* writeback and flush data cache */ macro
16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-2.6.39/arch/mips/include/asm/
Dcachectl.h15 #define DCACHE (1<<1) /* writeback and flush data cache */ macro
16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-2.6.39/arch/sh/include/asm/
Dcachectl.h16 #define DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */ macro
17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-2.6.39/arch/blackfin/kernel/
Dsys_bfin.c81 if (op & DCACHE) in SYSCALL_DEFINE3()
/linux-2.6.39/arch/blackfin/
DKconfig993 bool "Enable DCACHE"
996 bool "Enable only 16k BankA DCACHE - BankB is SRAM"
1000 bool "Enable DCACHE for external memory"
1004 prompt "External memory DCACHE policy"
1046 bool "Enable DCACHE for L2 SRAM"
1051 prompt "L2 SRAM DCACHE policy"