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

  /bionic/libc/arch-arm/syscalls/
cacheflush.S 5 ENTRY(cacheflush) function
14 END(cacheflush)
  /bionic/libc/arch-mips/bionic/
cacheflush.c 34 __libc_android_log_print(ANDROID_LOG_DEBUG,"libc-cacheflush",__VA_ARGS__)
38 * Linux historically defines a cacheflush(3) routine for MIPS
40 * int cacheflush(char *addr, int nbytes, int cache);
42 * Android defines an alternate cacheflush routine which exposes the
44 * int cacheflush (long start, long end, long flags)
48 * uses of cacheflush()
59 int cacheflush (long start, long end, long flags) function
63 * It looks like this is really MIPS style cacheflush call

Completed in 4276 milliseconds