Home
last modified time | relevance | path

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

/linux-6.1.9/arch/csky/include/uapi/asm/ !
Dcachectl.h10 #define DCACHE (1<<1) macro
11 #define BCACHE (ICACHE|DCACHE)
/linux-6.1.9/arch/mips/include/uapi/asm/ !
Dcachectl.h16 #define DCACHE (1<<1) /* writeback and flush data cache */ macro
17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-6.1.9/arch/sh/include/uapi/asm/ !
Dcachectl.h17 #define DCACHE CACHEFLUSH_D_PURGE /* writeback and flush data cache */ macro
18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/linux-6.1.9/arch/arc/include/uapi/asm/ !
Dcachectl.h26 #define DCACHE CF_D_FLUSH macro
/linux-6.1.9/arch/csky/mm/ !
Dsyscache.c16 case DCACHE: in SYSCALL_DEFINE3()
/linux-6.1.9/fs/ceph/ !
Ddir.c348 if (ceph_test_mount_opt(fsc, DCACHE) && in ceph_readdir()
774 ceph_test_mount_opt(fsc, DCACHE) && in ceph_lookup()