HomeSort by relevance Sort by last modified time
    Searched refs:_flush_cache (Results 1 - 11 of 11) sorted by null

  /bionic/libc/arch-mips/syscalls/
_flush_cache.S 4 .globl _flush_cache
6 .ent _flush_cache
8 _flush_cache: label
22 .end _flush_cache
  /bionic/libc/include/sys/
cachectl.h 34 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
cachectl.h 7 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
cachectl.h 7 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
cachectl.h 7 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
cachectl.h 7 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
cachectl.h 7 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
cachectl.h 7 extern int _flush_cache (char *addr, __const int nbytes, __const int op);
  /frameworks/rs/cpu_ref/linkloader/utils/
flush_cpu_cache.h 42 _flush_cache(reinterpret_cast<char*>(BEGIN), END-BEGIN+1, BCACHE);
  /bionic/libc/arch-mips/bionic/
cacheflush.c 50 * instructions if available or call _flush_cache(start, len, BCACHE) directly
97 _flush_cache((char *)start, end-start, BCACHE);
  /bionic/libc/arch-mips/
syscalls.mk 210 syscall_src += arch-mips/syscalls/_flush_cache.S

Completed in 202 milliseconds