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

  /external/strace/linux/nios2/
syscallent.h 4 [244] = {4, 0, SEN(cacheflush), "cacheflush"},
  /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/strace/
cacheflush.c 55 SYS_FUNC(cacheflush)
80 SYS_FUNC(cacheflush)
110 SYS_FUNC(cacheflush)
124 SYS_FUNC(cacheflush)
sys_func.h 10 extern SYS_FUNC(cacheflush);
  /external/v8/src/mips/
cpu-mips.cc 33 // Bionic cacheflush can typically run in userland, avoiding kernel call.
35 cacheflush(
  /external/v8/src/mips64/
cpu-mips64.cc 33 // Bionic cacheflush can typically run in userland, avoiding kernel call.
35 cacheflush(
  /external/swiftshader/third_party/LLVM/lib/Support/
Memory.cpp 74 cacheflush((char*)Addr, Len, BCACHE);
  /external/libffi/src/arc/
ffi.c 265 cacheflush (codeloc, FFI_TRAMPOLINE_SIZE, BCACHE);
  /external/python/cpython2/Modules/_ctypes/libffi/src/arc/
ffi.c 265 cacheflush (codeloc, FFI_TRAMPOLINE_SIZE, BCACHE);
  /external/python/cpython3/Modules/_ctypes/libffi/src/arc/
ffi.c 265 cacheflush (codeloc, FFI_TRAMPOLINE_SIZE, BCACHE);
  /bionic/libc/include/
unistd.h 221 int cacheflush(long __addr, long __nbytes, long __cache);
  /external/pcre/dist2/src/sljit/
sljitConfigInternal.h 314 /* Android lacks __clear_cache; instead, cacheflush should be used. */
317 cacheflush((long)(from), (long)(to), 0)
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 68 cacheflush(begin, end, 0);
84 cacheflush(begin, end, 0);
90 cacheflush(const_cast<char*>(memory), memory_size, ICACHE);
    [all...]
  /external/valgrind/include/vki/
vki-xen-domctl.h 643 struct vki_xen_domctl_cacheflush cacheflush; member in union:vki_xen_domctl::__anon42870
  /external/strace/linux/m68k/
syscallent.h 153 [123] = { 4, 0, SEN(cacheflush), "cacheflush" },
  /external/strace/linux/sh/
syscallent.h 155 [123] = { 3, 0, SEN(cacheflush), "cacheflush" },
  /external/strace/linux/bfin/
syscallent.h 403 [374] = { 3, 0, SEN(cacheflush), "cacheflush" },
  /external/libffi/src/mips/
ffi.c 742 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE);
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffi.c 742 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE);
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
ffi.c 742 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE);
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c     [all...]

Completed in 472 milliseconds