OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICACHE
(Results
1 - 13
of
13
) 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/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cachectl.h
21
#define
ICACHE
(1<<0)
24
#define BCACHE (
ICACHE
|DCACHE)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cachectl.h
21
#define
ICACHE
(1<<0)
24
#define BCACHE (
ICACHE
|DCACHE)
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cachectl.h
21
#define
ICACHE
(1<<0)
24
#define BCACHE (
ICACHE
|DCACHE)
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cachectl.h
21
#define
ICACHE
(1<<0)
24
#define BCACHE (
ICACHE
|DCACHE)
/prebuilts/ndk/9/platforms/android-9/arch-mips/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
);
88
res = syscall(__NR_cacheflush, start, size,
ICACHE
);
96
// that the
Icache
was flushed.
/external/chromium_org/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 260 milliseconds