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

/bionic/libc/arch-arm/syscalls/
H A Dcacheflush.S5 ENTRY(cacheflush) function
16 END(cacheflush)
/bionic/libc/arch-mips/bionic/
H A Dcacheflush.cpp34 // 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)");

Completed in 76 milliseconds