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
16 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.
54 "cacheflush called with (start,len) instead of (start,end)");
  /external/valgrind/include/vki/
vki-xen-domctl.h 643 struct vki_xen_domctl_cacheflush cacheflush; member in union:vki_xen_domctl::__anon42870

Completed in 234 milliseconds