Searched defs:ICACHE (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dcachectl.h15 #define ICACHE (1<<0) /* flush instruction cache */ macro
17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/external/ltp/testcases/kernel/syscalls/cacheflush/
H A Dcacheflush01.c26 /* when cache parameter is not one of ICACHE, DCACHE, or BCACHE. */
53 #ifndef ICACHE
54 #define ICACHE (1<<0) /* flush instruction cache */ macro
60 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
134 TEST(ltp_syscall(__NR_cacheflush, addr, getpagesize(), ICACHE));

Completed in 251 milliseconds