OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__NR_cacheflush
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/mips/
cpu-mips.cc
75
res = syscall(
__NR_cacheflush
, start, size, ICACHE);
/external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.h
324
syscall(
__NR_cacheflush
, reinterpret_cast<unsigned>(code), size, CACHEFLUSH_D_WB | CACHEFLUSH_I | CACHEFLUSH_D_L2);
326
syscall(
__NR_cacheflush
, reinterpret_cast<unsigned>(code), size, CACHEFLUSH_D_WB | CACHEFLUSH_I);
/bionic/libc/kernel/arch-mips/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/asm-mips/
unistd.h
170
#define
__NR_cacheflush
(__NR_Linux + 147)
567
#define
__NR_cacheflush
(__NR_Linux + 197)
[
all
...]
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
unistd.h
209
#define
__NR_cacheflush
(__NR_Linux + 147)
[
all
...]
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
unistd.h
209
#define
__NR_cacheflush
(__NR_Linux + 147)
[
all
...]
/development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h
410
#define
__NR_cacheflush
(__NR_SYSCALL_BASE + 147)
[
all
...]
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-syscalls.h
410
#define
__NR_cacheflush
(__NR_SYSCALL_BASE + 147)
[
all
...]
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-syscalls.h
410
#define
__NR_cacheflush
(__NR_SYSCALL_BASE + 147)
[
all
...]
Completed in 306 milliseconds