/frameworks/rs/cpu_ref/linkloader/utils/ |
flush_cpu_cache.h | 24 // has not supported it properly. We are going to use cacheflush system 33 cacheflush(((long)(BEGIN)), ((long)(END)), 0)
|
/bionic/libc/arch-mips/ |
mips.mk | 9 arch-mips/bionic/cacheflush.c \
|
/external/v8/src/mips/ |
cpu-mips.cc | 68 // Workaround for a deserializer bug. Bionic usermode cacheflush 71 // cacheflush in this case. 80 // Bionic cacheflush can typically run in userland, avoiding kernel call. 82 cacheflush(
|
/bionic/libc/kernel/arch-arm/asm/ |
pgalloc.h | 25 #include <asm/cacheflush.h>
|
/bionic/libc/kernel/common/linux/ |
highmem.h | 24 #include <asm/cacheflush.h>
|
/external/chromium_org/v8/src/mips/ |
cpu-mips.cc | 68 // Bionic cacheflush can typically run in userland, avoiding kernel call. 70 cacheflush(
|
/hardware/ti/omap3/dspbridge/inc/ |
host_os.h | 24 *! 08-Mar-2004 sb Added cacheflush.h to support Dynamic Memory Mapping feature 72 #include <asm/cacheflush.h>
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
host_os.h | 24 *! 08-Mar-2004 sb Added cacheflush.h to support Dynamic Memory Mapping feature 68 #include <asm/cacheflush.h>
|
/external/kernel-headers/original/linux/ |
highmem.h | 7 #include <asm/cacheflush.h>
|
/external/llvm/lib/Support/Unix/ |
Memory.inc | 343 // The declaration of "cacheflush" in Android bionic: 344 // extern int cacheflush(long start, long end, long flags); 348 cacheflush(LStart, LEnd, BCACHE); 350 cacheflush(const_cast<char *>(Start), Len, BCACHE);
|
/external/kernel-headers/original/asm-arm/ |
pgalloc.h | 16 #include <asm/cacheflush.h>
|
/system/core/libpixelflinger/codeflinger/ |
CodeCache.cpp | 207 err = cacheflush(base, curr, 0); 208 ALOGE_IF(err, "cacheflush error %s\n",
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/bionic/libc/include/ |
unistd.h | 187 extern int cacheflush(long start, long end, long flags);
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 335 cacheflush
|
/development/ndk/platforms/android-3/include/ |
unistd.h | 176 extern int cacheflush(long start, long end, long flags);
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 370 cacheflush
|
/development/ndk/platforms/android-8/include/ |
unistd.h | 181 extern int cacheflush(long start, long end, long flags);
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 257 cacheflush
|
/development/ndk/platforms/android-9/include/ |
unistd.h | 185 extern int cacheflush(long start, long end, long flags);
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
README | 121 there was rendering done to the buffer since the last CacheFlush request
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 183 extern int cacheflush(long start, long end, long flags);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
unistd.h | 183 extern int cacheflush(long start, long end, long flags);
|