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

  /bionic/libc/arch-arm/syscalls/
cacheflush.S 5 ENTRY(cacheflush) function
14 END(cacheflush)
  /bionic/libc/arch-mips/bionic/
cacheflush.cpp 34 // Linux historically defines a cacheflush(3) routine for MIPS
37 // int cacheflush(char *addr, int nbytes, int cache);
39 // Android defines an alternate cacheflush routine which exposes the
42 // int cacheflush (long start, long end, long flags)
46 // uses of cacheflush().
48 int cacheflush(long start, long end, long /*flags*/) { function
50 // It looks like this is really a MIPS-style cacheflush call.
53 __libc_format_log(ANDROID_LOG_WARN, "libc", "cacheflush called with (start,len) instead of (start,end)");
  /external/valgrind/main/include/vki/
vki-xen-domctl.h 380 struct vki_xen_domctl_cacheflush cacheflush; member in union:vki_xen_domctl::__anon37592

Completed in 152 milliseconds