HomeSort by relevance Sort by last modified time
    Searched defs:ICACHE (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/asm-mips/asm/
cachectl.h 21 #define ICACHE (1 << 0)
23 #define BCACHE (ICACHE | DCACHE)
  /external/kernel-headers/original/uapi/asm-mips/asm/
cachectl.h 15 #define ICACHE (1<<0) /* flush instruction cache */
17 #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. */
53 #ifndef ICACHE
54 #define ICACHE (1<<0) /* flush instruction cache */
60 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
134 TEST(ltp_syscall(__NR_cacheflush, addr, getpagesize(), ICACHE));

Completed in 98 milliseconds