Searched refs:clear_cache (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/arch/pmax/stand/common/
H A Dclear_cache.S1 /* $NetBSD: clear_cache.S,v 1.8 2011/01/10 16:43:29 tsutsui Exp $ */
37 LEAF(clear_cache)
40 j v0 # call PROM clear_cache
41 END(clear_cache)
H A Dbootxx.c77 extern int clear_cache(char *addr, int len);
120 clear_cache((char *)PRIMARY_LOAD_ADDRESS, 1024 * 1024);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-path.h56 void clear_cache (tree name);
H A Dgimple-range-path.cc77 path_range_query::clear_cache (tree name) function in class:path_range_query
438 clear_cache (name);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/cacheclean/
H A Dtests.sh66 clear_cache() { function
127 clear_cache
137 clear_cache
178 clear_cache
/netbsd-current/lib/libc/compiler_rt/
H A DMakefile.inc254 clear_cache.c \
289 clear_cache.c
294 clear_cache.c
306 clear_cache.c
/netbsd-current/sys/arch/pmax/stand/
H A DMakefile.booters48 SRCS+= bootinit.S bootread.S clear_cache.S printf.S
/netbsd-current/sbin/ping/
H A Dping.c204 static struct timespec now, clear_cache, last_tx, next_tx, first_tx; variable in typeref:struct:
745 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache);
747 last = timespec_to_sec(&clear_cache) + maxwait;
910 if (clear_cache.tv_sec != now.tv_sec) {
938 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache);
1534 clear_cache.tv_sec = 0;
/netbsd-current/sys/arch/pmax/include/
H A Ddec_prom.h184 #define clear_cache (*callv -> _clear_cache) macro
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dfileread.h317 clear_cache() function in class:gold::File_read::View
H A Dfileread.cc463 vold->clear_cache();
782 p->second->clear_cache();
786 (*p)->clear_cache();
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dfileread.h317 clear_cache() function in class:gold::File_read::View
H A Dfileread.cc470 vold->clear_cache();
789 p->second->clear_cache();
793 (*p)->clear_cache();
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dfileread.h317 clear_cache() function in class:gold::File_read::View
H A Dfileread.cc470 vold->clear_cache();
789 p->second->clear_cache();
793 (*p)->clear_cache();
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.h335 #define __clear_cache __N(clear_cache)
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.h335 #define __clear_cache __N(clear_cache)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlib1funcs.S1515 ARM_FUNC_START clear_cache
1528 FUNC_END clear_cache
1542 clear_cache service routine which will emit such instructions
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dlib1funcs.S1515 ARM_FUNC_START clear_cache
1528 FUNC_END clear_cache
1542 clear_cache service routine which will emit such instructions
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6808 case Intrinsic::clear_cache:
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp2931 Function *F = CGM.getIntrinsic(Intrinsic::clear_cache);

Completed in 507 milliseconds