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

  /bionic/libc/kernel/arch-mips/asm/
cachectl.h 21 #define ICACHE (1<<0)
24 #define BCACHE (ICACHE|DCACHE)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cachectl.h 21 #define ICACHE (1<<0)
24 #define BCACHE (ICACHE|DCACHE)
  /external/kernel-headers/original/asm-mips/
cachectl.h 14 #define ICACHE (1<<0) /* flush instruction cache */
16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cachectl.h 21 #define ICACHE (1<<0)
24 #define BCACHE (ICACHE|DCACHE)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cachectl.h 21 #define ICACHE (1<<0)
24 #define BCACHE (ICACHE|DCACHE)
  /external/v8/src/mips/
cpu-mips.cc 75 res = syscall(__NR_cacheflush, start, size, ICACHE);
83 // that the Icache was flushed.
  /external/oprofile/events/i386/atom/
events 62 event:0x80 counters:0,1 um:icache minimum:6000 name:ICACHE : Instruction cache accesses
  /external/libffi/src/mips/
ffi.c 633 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE);
  /external/strace/
system.c 339 { ICACHE, "ICACHE" },
    [all...]

Completed in 461 milliseconds