/netbsd-src/sys/arch/pmax/stand/common/ |
H A D | clear_cache.S | 37 LEAF(clear_cache) 40 j v0 # call PROM clear_cache 41 END(clear_cache)
|
H A 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/ |
H A D | Makefile.inc | 254 clear_cache.c \ 289 clear_cache.c 294 clear_cache.c 306 clear_cache.c
|
/netbsd-src/sbin/ping/ |
H A 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/ |
H A D | gimple-range-path.h | 56 void clear_cache (tree name);
|
H A 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()
|
H A D | target-insns.def | 49 DEF_TARGET_INSN (clear_cache, (rtx x0, rtx x1))
|
/netbsd-src/sys/arch/pmax/stand/ |
H A D | Makefile.booters | 48 SRCS+= bootinit.S bootread.S clear_cache.S printf.S
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A 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()
|
H A D | fileread.h | 317 clear_cache() in clear_cache() function
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A 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()
|
H A D | fileread.h | 317 clear_cache() in clear_cache() function
|
/netbsd-src/sys/arch/pmax/include/ |
H A D | dec_prom.h | 184 #define clear_cache (*callv -> _clear_cache) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | target-insns.def | 49 DEF_TARGET_INSN (clear_cache, (rtx x0, rtx x1))
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcc2.h | 335 #define __clear_cache __N(clear_cache)
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcc2.h | 335 #define __clear_cache __N(clear_cache)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/builtins/ |
H A D | BUILD.gn | 181 sources += [ "clear_cache.c" ]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
H A D | lib1funcs.S | 1515 ARM_FUNC_START clear_cache 1528 FUNC_END clear_cache
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
H A D | lib1funcs.S | 1515 ARM_FUNC_START clear_cache 1528 FUNC_END clear_cache
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 1345 [], "llvm.clear_cache">;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.md | 1532 (define_expand "clear_cache"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.md | 1799 (define_expand "clear_cache"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.md | 2051 (define_expand "clear_cache"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | alpha.md | 3689 (define_expand "clear_cache"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
H A D | alpha.md | 3686 (define_expand "clear_cache"
|