Searched refs:ICACHE (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/arch/nds32/lib/ |
D | cache.c | 12 if (cache == ICACHE) in CACHE_SET() 22 if (cache == ICACHE) in CACHE_WAY() 32 if (cache == ICACHE) in CACHE_LINE_SIZE() 45 line_size = CACHE_LINE_SIZE(ICACHE); in invalidate_icache_all() 46 end = line_size * CACHE_WAY(ICACHE) * CACHE_SET(ICACHE); in invalidate_icache_all() 65 line_size = CACHE_LINE_SIZE(ICACHE); in invalidate_icache_range()
|
/external/ltp/testcases/kernel/syscalls/cacheflush/ |
D | cacheflush01.c | 53 #ifndef ICACHE 54 #define ICACHE (1<<0) /* flush instruction cache */ macro 60 #define BCACHE (ICACHE|DCACHE) /* flush both caches */ 134 TEST(ltp_syscall(__NR_cacheflush, addr, getpagesize(), ICACHE)); in main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | cachectl.h | 15 #define ICACHE (1<<0) /* flush instruction cache */ macro 17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
|
/external/u-boot/arch/mips/include/asm/ |
D | cachectl.h | 11 #define ICACHE (1<<0) /* flush instruction cache */ macro 13 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
|
/external/u-boot/arch/arm/cpu/armv7m/ |
D | cache.c | 42 ICACHE, enumerator 121 else if (type == ICACHE) in get_cline_size() 146 type = ICACHE; in action_cache_range()
|
/external/v8/src/mips/ |
D | cpu-mips.cc | 40 res = syscall(__NR_cacheflush, start, size, ICACHE); in FlushICache()
|
/external/v8/src/mips64/ |
D | cpu-mips64.cc | 40 res = syscall(__NR_cacheflush, start, size, ICACHE); in FlushICache()
|
/external/u-boot/arch/nds32/include/asm/ |
D | cache.h | 30 enum cache_t {ICACHE, DCACHE}; enumerator
|
/external/strace/ |
D | cacheflush.c | 74 XLAT(ICACHE),
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 86 syscall(__NR_cacheflush, begin, end, ICACHE); in FlushInstructionCache() 90 cacheflush(const_cast<char*>(memory), memory_size, ICACHE); in FlushInstructionCache()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
D | ffi.c | 742 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE); in ffi_prep_closure_loc()
|
/external/libffi/src/mips/ |
D | ffi.c | 742 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE); in ffi_prep_closure_loc()
|