HomeSort by relevance Sort by last modified time
    Searched refs:DCACHE (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/uapi/asm-mips/asm/
cachectl.h 22 #define DCACHE (1 << 1)
23 #define BCACHE (ICACHE | DCACHE)
  /external/kernel-headers/original/uapi/asm-mips/asm/
cachectl.h 16 #define DCACHE (1<<1) /* writeback and flush data cache */
17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
  /external/u-boot/arch/mips/include/asm/
cachectl.h 12 #define DCACHE (1<<1) /* writeback and flush data cache */
13 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
  /external/ltp/testcases/kernel/syscalls/cacheflush/
cacheflush01.c 26 /* when cache parameter is not one of ICACHE, DCACHE, or BCACHE. */
56 #ifndef DCACHE
57 #define DCACHE (1<<1) /* writeback and flush data cache */
60 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
141 TEST(ltp_syscall(__NR_cacheflush, addr, getpagesize(), DCACHE));
  /external/u-boot/arch/nds32/lib/
cache.c 140 line_size = CACHE_LINE_SIZE(DCACHE);
141 end = line_size * CACHE_WAY(DCACHE) * CACHE_SET(DCACHE);
163 line_size = CACHE_LINE_SIZE(DCACHE);
178 line_size = CACHE_LINE_SIZE(DCACHE);
  /external/u-boot/arch/nds32/include/asm/
cache.h 30 enum cache_t {ICACHE, DCACHE};
  /external/strace/
cacheflush.c 75 XLAT(DCACHE),
  /external/u-boot/arch/arm/cpu/armv7m/
cache.c 41 DCACHE,
119 if (type == DCACHE)
148 type = DCACHE;
222 /* if dcache is enabled-> dcache disable & then flush */

Completed in 1538 milliseconds