HomeSort by relevance Sort by last modified time
    Searched refs:__NR_cacheflush (Results 1 - 25 of 66) sorted by null

1 2 3

  /bionic/libc/arch-mips/syscalls/
_flush_cache.S 8 li v0, __NR_cacheflush
  /external/v8/src/mips/
cpu-mips.cc 40 res = syscall(__NR_cacheflush, start, size, ICACHE);
  /external/v8/src/mips64/
cpu-mips64.cc 40 res = syscall(__NR_cacheflush, start, size, ICACHE);
  /external/compiler-rt/lib/builtins/
clear_cache.c 123 syscall(__NR_cacheflush, start, (end_int - start_int), BCACHE);
126 syscall(__NR_cacheflush, start, (end_int - start_int), BCACHE);
  /external/valgrind/perf/
bigcode.c 89 syscall(__NR_cacheflush, a, FN_SIZE * n_fns, ICACHE);
  /external/valgrind/include/vki/
vki-scnums-tilegx-linux.h 407 #define __NR_cacheflush 245
vki-scnums-mips64-linux.h 236 #define __NR_cacheflush (__NR_Linux + 197)
  /external/libchrome/sandbox/linux/system_headers/
mips64_linux_syscalls.h 804 #if !defined(__NR_cacheflush)
805 #define __NR_cacheflush (__NR_Linux + 197)
mips_linux_syscalls.h 606 #if !defined(__NR_cacheflush)
607 #define __NR_cacheflush (__NR_Linux + 147)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /development/ndk/platforms/android-21/arch-mips/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 170 #define __NR_cacheflush (__NR_Linux + 147)
597 #define __NR_cacheflush (__NR_Linux + 197)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/asm/
unistd.h 209 #define __NR_cacheflush (__NR_Linux + 147)
    [all...]

Completed in 1060 milliseconds

1 2 3