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

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/cacheclean/
H A Dtests.sh72 clear_cache () { function
104 clear_cache
113 clear_cache
150 clear_cache
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/
H A DMakefile.booters46 SRCS+= bootinit.S bootread.S clear_cache.S printf.S
/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping.c202 static struct timespec now, clear_cache, last_tx, next_tx, first_tx; variable in typeref:struct:
691 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache);
693 last = timespec_to_sec(&clear_cache) + maxwait;
849 if (clear_cache.tv_sec != now.tv_sec) {
877 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache);
1441 clear_cache.tv_sec = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dfileread.h298 clear_cache() function in class:gold::File_read::View
H A Dfileread.cc381 vold->clear_cache();
688 p->second->clear_cache();
692 (*p)->clear_cache();
/netbsd-6-1-5-RELEASE/sys/arch/pmax/include/
H A Ddec_prom.h184 #define clear_cache (*callv -> _clear_cache) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dlib1funcs.asm1279 ARM_FUNC_START clear_cache
1292 FUNC_END clear_cache

Completed in 238 milliseconds