| /src/sys/arch/arm/arm/ |
| bcopyinout.S | 65 #define PREFETCH(rx,o) pld [ rx , HELLOCPP (o) ] 67 #define PREFETCH(rx,o) 93 PREFETCH(r0, 0) 94 PREFETCH(r1, 0) 184 * prefetch-next-cacheline(s) 192 PREFETCH(r0, 32) 193 PREFETCH(r1, 32) 306 PREFETCH(r0, 0) 307 PREFETCH(r1, 0) 394 * prefetch-next-cacheline(s [all...] |
| /src/external/bsd/ntp/dist/scripts/update-leap/ |
| update-leap.sh | 31 PREFETCH="60 days" 71 "$PREFETCH" 155 PREFETCH="$OPTARG" 336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH" +%s` ] ; then
|
| update-leap.in | 59 my $PREFETCH = 60; 100 $PREFETCH = $opt{e} if defined $opt{e}; 181 ( $EXPIRES lt ( $PREFETCH * 86400 + time() ) )) { 407 $PREFETCH
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_internal_defs.h | 221 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ (void)0 237 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) 239 # define PREFETCH(x) __builtin_prefetch(x)
|
| sanitizer_quarantine.h | 189 PREFETCH(b->batch[i]); 192 PREFETCH(b->batch[i + kPrefetch]);
|
| sanitizer_allocator_local_cache.h | 170 PREFETCH(c->batch[c->count - 1]);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_internal_defs.h | 230 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ (void)0 246 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) 248 # define PREFETCH(x) __builtin_prefetch(x)
|
| sanitizer_quarantine.h | 189 PREFETCH(b->batch[i]); 192 PREFETCH(b->batch[i + kPrefetch]);
|
| sanitizer_allocator_local_cache.h | 169 PREFETCH(c->batch[c->count - 1]);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.h | 168 PREFETCH = 369, /* PREFETCH */ 346 #define PREFETCH 369
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.h | 168 PREFETCH = 369, /* PREFETCH */ 346 #define PREFETCH 369
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_internal_defs.h | 225 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ (void)0 241 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) 243 # define PREFETCH(x) __builtin_prefetch(x)
|
| sanitizer_quarantine.h | 184 PREFETCH(b->batch[i]); 187 PREFETCH(b->batch[i + kPrefetch]);
|
| sanitizer_allocator_local_cache.h | 169 PREFETCH(c->batch[c->count - 1]);
|
| /src/crypto/external/apache2/openssl/dist/crypto/hashtable/ |
| hashtable.c | 84 #define PREFETCH(x) __builtin_prefetch(x) 88 #define PREFETCH(x) 522 PREFETCH(a->keybuf); 523 PREFETCH(b->keybuf);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| ISDOpcodes.h | 1087 /// PREFETCH - This corresponds to a prefetch intrinsic. The first operand 1088 /// is the chain. The other operands are the address to prefetch, 1091 PREFETCH,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86IntrinsicsInfo.h | 24 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, XGETBV, ADX, FPCLASSS, 110 X86_INTRINSIC_DATA(avx512_gatherpf_dpd_512, PREFETCH, 112 X86_INTRINSIC_DATA(avx512_gatherpf_dps_512, PREFETCH, 114 X86_INTRINSIC_DATA(avx512_gatherpf_qpd_512, PREFETCH, 116 X86_INTRINSIC_DATA(avx512_gatherpf_qps_512, PREFETCH, 294 X86_INTRINSIC_DATA(avx512_scatterpf_dpd_512, PREFETCH, X86::VSCATTERPF0DPDm, 296 X86_INTRINSIC_DATA(avx512_scatterpf_dps_512, PREFETCH, X86::VSCATTERPF0DPSm, 298 X86_INTRINSIC_DATA(avx512_scatterpf_qpd_512, PREFETCH, X86::VSCATTERPF0QPDm, 300 X86_INTRINSIC_DATA(avx512_scatterpf_qps_512, PREFETCH, X86::VSCATTERPF0QPSm,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| rtl.def | 274 /* Memory prefetch, with attributes supported on some targets. 282 whose prefetch instructions do not support them. */ 283 DEF_RTL_EXPR(PREFETCH, "prefetch", "eee", RTX_EXTRA)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtl.def | 274 /* Memory prefetch, with attributes supported on some targets. 282 whose prefetch instructions do not support them. */ 283 DEF_RTL_EXPR(PREFETCH, "prefetch", "eee", RTX_EXTRA)
|
| /src/sys/arch/hppa/hppa/ |
| db_disasm.c | 794 #define PREFETCH 3 1582 case PREFETCH: p = ",p"; break; 1610 case PREFETCH: p = ",p"; break; 1634 case PREFETCH: p = ",z"; break; 2111 case PREFETCH: db_printf(",p"); break; 2169 case PREFETCH: db_printf(",p"); break;
|
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ |
| tests.sh | 479 echo_i "check prefetch (${n})" 481 # read prefetch value from config. 482 PREFETCH=$(sed -n "s/[[:space:]]*prefetch \([0-9]\).*/\1/p" ns5/named.conf) 485 interval=$((ttl1 - PREFETCH + 1)) 486 # sleep so we are in prefetch range 488 # trigger prefetch 492 # check that prefetch occurred 500 echo_i "check prefetch of validated DS's RRSIG TTL is updated (${n})" 504 interval=$((dsttl1 - PREFETCH + 1) [all...] |
| /src/external/gpl2/diffutils/dist/lib/ |
| regex.c | 5407 #define PREFETCH() \ 6351 PREFETCH (); 6376 PREFETCH (); 6389 PREFETCH (); 6418 PREFETCH (); 7002 PREFETCH (); 7060 /* We have to ``prefetch'' the next character. */ 7599 PREFETCH (); 7616 PREFETCH (); 7627 PREFETCH (); [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| regex.c | 5298 #define PREFETCH() \ 6234 PREFETCH (); 6259 PREFETCH (); 6272 PREFETCH (); 6301 PREFETCH (); 6885 PREFETCH (); 6943 /* We have to ``prefetch'' the next character. */ 7482 PREFETCH (); 7499 PREFETCH (); 7510 PREFETCH (); [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| regex.c | 5299 #define PREFETCH() \ 6139 PREFETCH (); 6164 PREFETCH (); 6177 PREFETCH (); 6206 PREFETCH (); 6825 PREFETCH (); 6877 /* We have to ``prefetch'' the next character. */ 7402 PREFETCH (); 7419 PREFETCH (); 7430 PREFETCH (); [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| regex.c | 5299 #define PREFETCH() \ 6139 PREFETCH (); 6164 PREFETCH (); 6177 PREFETCH (); 6206 PREFETCH (); 6825 PREFETCH (); 6877 /* We have to ``prefetch'' the next character. */ 7402 PREFETCH (); 7419 PREFETCH (); 7430 PREFETCH (); [all...] |