| /netbsd/src/sys/arch/pmax/stand/common/ |
| D | clear_cache.S | 37 LEAF(clear_cache) 40 j v0 # call PROM clear_cache 41 END(clear_cache)
|
| D | bootxx.c | 77 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/ |
| D | Makefile.inc | 254 clear_cache.c \ 289 clear_cache.c 294 clear_cache.c 306 clear_cache.c
|
| /netbsd/src/sbin/ping/ |
| D | ping.c | 204 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/ |
| D | gimple-range-path.h | 56 void clear_cache (tree name);
|
| D | gimple-range-path.cc | 77 path_range_query::clear_cache (tree name) in clear_cache() function in path_range_query 438 clear_cache (name); in compute_ranges_in_block()
|
| D | target-insns.def | 49 DEF_TARGET_INSN (clear_cache, (rtx x0, rtx x1))
|
| D | ChangeLog-2007 | 6083 * 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.
|
| D | target.def | 5222 "On targets that do not define a @code{clear_cache} insn expander,\n\
|
| D | ChangeLog-2009 | 15378 * config/arm/lib1funcs.asm (clear_cache): Use ARM_FUNC_START and 16507 * config/mips/mips.md (clear_cache): Use TARGET_SYNCI instead of
|
| D | ChangeLog-2020 | 2337 (expand_builtin): Do not issue clear_cache call any more. 4386 * config/riscv/riscv.md (clear_cache): Check TARGET_ZIFENCEI.
|
| D | ChangeLog-2008 | 1542 (clear_cache): Rename gen_clear_hazard to gen_clear_hazard_si
|
| D | ChangeLog-2012 | 25332 * config/alpha/alpha.md (clear_cache): New pattern.
|
| D | ChangeLog-2018 | 35863 * config/riscv/riscv.md (clear_cache): Use it.
|
| D | ChangeLog-2011 | 12246 (clear_cache, indirect_jump): Use PMODE_INSN.
|
| /netbsd/src/sys/arch/pmax/stand/ |
| D | Makefile.booters | 48 SRCS+= bootinit.S bootread.S clear_cache.S printf.S
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | fileread.cc | 470 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()
|
| D | fileread.h | 317 clear_cache() in clear_cache() function
|
| /netbsd/src/sys/arch/pmax/include/ |
| D | dec_prom.h | 184 #define clear_cache (*callv -> _clear_cache) macro
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | libgcc2.h | 335 #define __clear_cache __N(clear_cache)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| D | alpha.md | 3689 (define_expand "clear_cache"
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.md | 5588 (define_expand "clear_cache"
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | md.texi | 8096 @cindex @code{clear_cache} instruction pattern 8097 @item @samp{clear_cache}
|
| D | tm.texi | 5563 On targets that do not define a @code{clear_cache} insn expander,
|
| D | gccint.info | 29151 'clear_cache' 37556 On targets that do not define a 'clear_cache' insn expander, but 54321 * clear_cache instruction pattern: Standard Names. (line 2882)
|