Home
last modified time | relevance | path

Searched refs:ICACHE (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/arch/nds32/lib/
Dcache.c12 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/
Dcacheflush01.c53 #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/
Dcachectl.h15 #define ICACHE (1<<0) /* flush instruction cache */ macro
17 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/external/u-boot/arch/mips/include/asm/
Dcachectl.h11 #define ICACHE (1<<0) /* flush instruction cache */ macro
13 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
/external/u-boot/arch/arm/cpu/armv7m/
Dcache.c42 ICACHE, enumerator
121 else if (type == ICACHE) in get_cline_size()
146 type = ICACHE; in action_cache_range()
/external/v8/src/mips/
Dcpu-mips.cc40 res = syscall(__NR_cacheflush, start, size, ICACHE); in FlushICache()
/external/v8/src/mips64/
Dcpu-mips64.cc40 res = syscall(__NR_cacheflush, start, size, ICACHE); in FlushICache()
/external/u-boot/arch/nds32/include/asm/
Dcache.h30 enum cache_t {ICACHE, DCACHE}; enumerator
/external/strace/
Dcacheflush.c74 XLAT(ICACHE),
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc86 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/
Dffi.c742 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE); in ffi_prep_closure_loc()
/external/libffi/src/mips/
Dffi.c742 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE); in ffi_prep_closure_loc()