Searched refs:prefetch (Results 26 - 50 of 73) sorted by relevance

123

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h780 void prefetch(void *x) function
786 #define prefetch(x) macro
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl464 prefetch [$inp+63], 20
485 prefetch [$inp+63], 20
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h73 #ifndef prefetch
74 #define prefetch(x) macro
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c365 struct sock_list* blacklist, time_t prefetch)
383 if(env->cfg->fast_server_permil != 0 && prefetch == 0 &&
386 /* the query is not prefetch, but for a downstream client,
553 time_t prefetch)
559 *env->now, dp, &selrtt, open_target, blacklist, prefetch);
362 iter_filter_order(struct iter_env* iter_env, struct module_env* env, uint8_t* name, size_t namelen, uint16_t qtype, time_t now, struct delegpt* dp, int* selected_rtt, int open_target, struct sock_list* blacklist, time_t prefetch) argument
549 iter_server_selection(struct iter_env* iter_env, struct module_env* env, struct delegpt* dp, uint8_t* name, size_t namelen, uint16_t qtype, int* dnssec_lame, int* chase_to_rd, int open_target, struct sock_list* blacklist, time_t prefetch) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp280 if (IMemI->getIntrinsicID() == Intrinsic::prefetch)
348 if (IMemI->getIntrinsicID() == Intrinsic::prefetch) {
451 // be a prefetch (and there are no pre-increment dcbt variants). Otherwise,
454 // post-incremented pointer values. Thus, we'll pick the first non-prefetch
459 if (II->getIntrinsicID() == Intrinsic::prefetch)
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h1460 uint32_t pbe : 12; /**< Programmable Boundary Enable to disconnect/prefetch
4161 uint32_t prefetch : 3; /**< Control the amount of data to be preteched when member in struct:cvmx_pci_read_cmd_6::cvmx_pci_read_cmd_6_s
4170 uint32_t prefetch : 3;
4202 uint32_t prefetch : 3; /**< Control the amount of data to be preteched when member in struct:cvmx_pci_read_cmd_c::cvmx_pci_read_cmd_c_s
4211 uint32_t prefetch : 3;
4243 uint32_t prefetch : 3; /**< Control the amount of data to be preteched when member in struct:cvmx_pci_read_cmd_e::cvmx_pci_read_cmd_e_s
4252 uint32_t prefetch : 3;
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile34 tree-vect-patterns.o tree-ssa-loop-prefetch.o \
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h392 #define prefetch(x) (void)(x) macro
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_242 p_config "total.num.prefetch" "cache prefetch" "ABSOLUTE"
447 total.num.cachehits total.num.prefetch num.query.tcp \
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h297 int prefetch; member in struct:config_file
384 /** serve expired entries and prefetch them */
H A Dconfig_file.c167 cfg->prefetch = 0;
564 else S_YNO("prefetch:", prefetch)
565 else S_YNO("prefetch-key:", prefetch_key)
985 else O_YNO(opt, "prefetch-key", prefetch_key)
986 else O_YNO(opt, "prefetch", prefetch)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c639 int prefetch = !(p_QmPortal->options & QMAN_PORTAL_FLAG_RSTASH); local
643 if (prefetch)
1464 int prefetch; local
1477 prefetch = !(p_QmPortal->options & QMAN_PORTAL_FLAG_RSTASH);
1480 if (prefetch)
1797 int prefetch; local
1804 prefetch = !(p_QmPortal->options & QMAN_PORTAL_FLAG_RSTASH);
1805 if (prefetch)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Ddb_disasm.c111 static const char *const prefetch[] = { variable
138 r -- prefetch
634 {(FORMAT3(3, OP3_X(2,13), 0)), "prefetch", "pr"},
635 {(FORMAT3(3, OP3_X(2,13), 1)), "prefetch", "qr"},
994 db_printf("#%s", prefetch[((insn >> 25) & 0x1f)]);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c444 int prefetch;
474 prefetch = (int)ds;
507 /* enable prefetch on qnum */
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h69 prefetch(void *x) function
74 #define prefetch(x) __builtin_prefetch(x) macro
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c395 bool prefetch)
398 print_window(basereg, prefetch ? "Prefetchable Memory" : "Memory", 32,
394 print_cardbus_mem_window(int fd, struct pci_conf *p, int basereg, int limitreg, bool prefetch) argument
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1378 prefetch(txd);
2137 prefetch(q->sdesc[(cidx + 1) & mask].m);
2138 prefetch(q->sdesc[(cidx + 2) & mask].m);
2697 prefetch(fl->sdesc[(cidx + 1) & mask].m);
2698 prefetch(fl->sdesc[(cidx + 2) & mask].m);
2699 prefetch(fl->sdesc[(cidx + 1) & mask].rxsd_cl);
2700 prefetch(fl->sdesc[(cidx + 2) & mask].rxsd_cl);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp170 case Intrinsic::prefetch:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp307 case Intrinsic::prefetch:
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-x86_64.pl15 # in little-endian byte order, prefetch of these tables in CBC mode,
530 mov 0($sbox),$acc0 # prefetch Te4
551 mov 0-128($inp),$acc1 # prefetch Te4
1012 my $prefetch = shift;
1119 `"mov 0($sbox),$mask80" if ($prefetch)`
1121 `"mov 64($sbox),$maskfe" if ($prefetch)`
1123 `"mov 128($sbox),$mask1b" if ($prefetch)`
1125 `"mov 192($sbox),$tp80" if ($prefetch)`
1129 `"mov 256($sbox),$tp88" if ($prefetch)`
1140 mov 0-128($inp),$acc1 # prefetch Td
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c1161 boolean_t prefetch; local
1178 prefetch = db->db_level == 0 && db->db_blkid != DMU_BONUS_BLKID &&
1197 if (prefetch)
1215 if (prefetch)
1234 if (prefetch)
2370 spa_t *dpa_spa; /* The spa to issue the prefetch in. */
2371 zbookmark_phys_t dpa_zb; /* The target block to prefetch. */
2374 dnode_t *dpa_dnode; /* The dnode associated with the prefetch */
2377 arc_flags_t dpa_aflags; /* Flags to pass to the final prefetch. */
2381 * Actually issue the prefetch rea
[all...]
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daes-armv4.S767 ldr r0,[r11,#16]! @ prefetch tp1
805 ldr r0,[r11,#4] @ prefetch tp1
1113 ldr r5,[r10,#0] @ prefetch Td4
/freebsd-11-stable/contrib/gcc/
H A Dggc-page.c544 #define prefetch(X) ((void) X)
546 #define prefetch(X) __builtin_prefetch (X)
541 #define prefetch macro
543 #define prefetch macro
H A Dggc-zone.c84 #define prefetch(X) ((void) X) macro
87 #define prefetch(X) __builtin_prefetch (X) macro
/freebsd-11-stable/sys/dev/ppc/
H A Dppc.c1400 prefetch:
1407 goto prefetch;

Completed in 844 milliseconds

123