Searched refs:DCACHE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/csky/include/uapi/asm/
H A Dcachectl.h10 #define DCACHE (1<<1) macro
11 #define BCACHE (ICACHE|DCACHE)
/linux-master/arch/parisc/include/uapi/asm/
H A Dcachectl.h9 #define DCACHE (1<<1) /* writeback and flush data cache */ macro
10 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-master/arch/mips/include/uapi/asm/
H A Dcachectl.h16 #define DCACHE (1<<1) /* writeback and flush data cache */ macro
17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-master/arch/sh/include/uapi/asm/
H A Dcachectl.h17 #define DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */ macro
18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-master/arch/arc/include/uapi/asm/
H A Dcachectl.h26 #define DCACHE CF_D_FLUSH macro
/linux-master/arch/csky/mm/
H A Dsyscache.c16 case DCACHE:
/linux-master/arch/parisc/kernel/
H A Dcache.c847 if (cache & DCACHE) {
/linux-master/fs/ceph/
H A Ddir.c367 if (ceph_test_mount_opt(fsc, DCACHE) &&
837 ceph_test_mount_opt(fsc, DCACHE) &&

Completed in 225 milliseconds