Home
last modified time | relevance | path

Searched refs:clear_cache (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/sys/arch/pmax/stand/common/
Dclear_cache.S37 LEAF(clear_cache)
40 j v0 # call PROM clear_cache
41 END(clear_cache)
Dbootxx.c77 extern int clear_cache(char *addr, int len);
120 clear_cache((char *)PRIMARY_LOAD_ADDRESS, 1024 * 1024); in main()
/netbsd/src/lib/libc/compiler_rt/
DMakefile.inc254 clear_cache.c \
289 clear_cache.c
294 clear_cache.c
306 clear_cache.c
/netbsd/src/sbin/ping/
Dping.c204 static struct timespec now, clear_cache, last_tx, next_tx, first_tx; variable
745 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache); in doit()
747 last = timespec_to_sec(&clear_cache) + maxwait; in doit()
910 if (clear_cache.tv_sec != now.tv_sec) { in pinger()
938 (void)clock_gettime(CLOCK_MONOTONIC, &clear_cache); in pinger()
1534 clear_cache.tv_sec = 0; in ck_pr_icmph()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-range-path.h56 void clear_cache (tree name);
Dgimple-range-path.cc77 path_range_query::clear_cache (tree name) in clear_cache() function in path_range_query
438 clear_cache (name); in compute_ranges_in_block()
Dtarget-insns.def49 DEF_TARGET_INSN (clear_cache, (rtx x0, rtx x1))
DChangeLog-20076083 * config/mips/mips.md (clear_cache): ...here.
14635 * config/mips/mips.md (clear_cache): Treat the size argument as Pmode.
15200 (INITIALIZE_TRAMPOLINE): Emit clear_cache insn instead of library
15207 (clear_cache): New expand.
15229 * doc/md.texi (clear_cache): Document new instruction pattern.
Dtarget.def5222 "On targets that do not define a @code{clear_cache} insn expander,\n\
DChangeLog-200915378 * config/arm/lib1funcs.asm (clear_cache): Use ARM_FUNC_START and
16507 * config/mips/mips.md (clear_cache): Use TARGET_SYNCI instead of
DChangeLog-20202337 (expand_builtin): Do not issue clear_cache call any more.
4386 * config/riscv/riscv.md (clear_cache): Check TARGET_ZIFENCEI.
DChangeLog-20081542 (clear_cache): Rename gen_clear_hazard to gen_clear_hazard_si
DChangeLog-201225332 * config/alpha/alpha.md (clear_cache): New pattern.
DChangeLog-201835863 * config/riscv/riscv.md (clear_cache): Use it.
DChangeLog-201112246 (clear_cache, indirect_jump): Use PMODE_INSN.
/netbsd/src/sys/arch/pmax/stand/
DMakefile.booters48 SRCS+= bootinit.S bootread.S clear_cache.S printf.S
/netbsd/src/external/gpl3/binutils/dist/gold/
Dfileread.cc470 vold->clear_cache(); in add_view()
789 p->second->clear_cache(); in clear_view_cache_marks()
793 (*p)->clear_cache(); in clear_view_cache_marks()
Dfileread.h317 clear_cache() in clear_cache() function
/netbsd/src/sys/arch/pmax/include/
Ddec_prom.h184 #define clear_cache (*callv -> _clear_cache) macro
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dlibgcc2.h335 #define __clear_cache __N(clear_cache)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.md3689 (define_expand "clear_cache"
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.md5588 (define_expand "clear_cache"
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dmd.texi8096 @cindex @code{clear_cache} instruction pattern
8097 @item @samp{clear_cache}
Dtm.texi5563 On targets that do not define a @code{clear_cache} insn expander,
Dgccint.info29151 'clear_cache'
37556 On targets that do not define a 'clear_cache' insn expander, but
54321 * clear_cache instruction pattern: Standard Names. (line 2882)

12