Searched refs:cacheflush (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-arm/syscalls/
H A Dcacheflush.S5 ENTRY(cacheflush) function
14 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)");
/bionic/libc/include/
H A Dunistd.h185 extern int cacheflush(long, long, long);
/bionic/libc/arch-mips/
H A Dmips.mk55 arch-mips/bionic/cacheflush.cpp \

Completed in 531 milliseconds