HomeSort by: relevance | last modified time | path
    Searched defs:prefetch (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/mips/include/
pte.h 394 const bool prefetch = (pa & PGC_PREFETCH) != 0; local
436 if (prefetch)
  /src/sys/arch/sparc/sparc/
db_disasm.c 149 const char* prefetch[] = { variable
176 r -- prefetch
707 {(FORMAT3(3, OP3_X(2,13), 0)), "prefetch", "pr"},
708 {(FORMAT3(3, OP3_X(2,13), 1)), "prefetch", "qr"},
1067 db_printf("#%s", prefetch[((insn >> 25) & 0x1f)]);
  /src/sys/arch/sparc64/sparc64/
db_disasm.c 154 const char* prefetch[] = { variable
181 r -- prefetch
712 {(FORMAT3(3, OP3_X(2,13), 0)), "prefetch", "pr"},
713 {(FORMAT3(3, OP3_X(2,13), 1)), "prefetch", "qr"},
1072 db_printf("#%s", prefetch[((insn >> 25) & 0x1f)]);
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 162 void prefetch(void *x) function
167 #define prefetch(x) macro
  /src/sys/arch/arm/samsung/
exynos_soc.c 177 * The prefetch values are also different for the revision 0 of the
216 uint32_t prefetch; local
225 prefetch = prefetch4412_r0;
227 prefetch = prefetch4412; /* newer than >= r1_0 */
230 exynos_smc(SMC_CMD_L2X0SETUP1, tag_latency, data_latency, prefetch);
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-protos.h 364 /* Explicit prefetch data. */
370 } prefetch; member in struct:tune_params
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-protos.h 333 /* Explicit prefetch data. */
339 } prefetch; member in struct:tune_params
  /src/sys/dev/pci/
pci_resource.c 90 bool prefetch; member in struct:pci_iores::__anon3493::__anon3494
413 pi->pi_mem.prefetch ? "" : "non-");
483 pi->pi_mem.prefetch =
794 if (pi->pi_mem.prefetch) {
841 pi->pi_mem.prefetch ? "" : "non-",
1022 if (pi->pi_mem.prefetch) {
pciconf.c 147 int prefetch; member in struct:_s_pciconf_win_t
159 int prefetch; member in struct:_s_pciconf_bus_t
315 pb->prefetch = 1;
473 pi->prefetch = 0;
492 pm->prefetch = 0;
510 pm->prefetch = 1;
729 pi->prefetch = 0;
790 pm->prefetch = PCI_MAPREG_MEM_PREFETCHABLE(mask);
797 if (pm->prefetch) {
827 pm->prefetch = 0
    [all...]
pci_subr.c 1051 const char *type, *prefetch; local
1068 prefetch = "";
1070 prefetch = "non";
1071 printf("%s %sprefetchable memory\n", type, prefetch);
2565 printf("Resource for VF use, Memory Space, Prefetch\n");
  /src/sys/external/bsd/ena-com/
ena_plat.h 348 void prefetch(void *x) function
353 #define prefetch(x) macro
  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 227 void prefetch(void *x) function
247 #define prefetch(x) macro
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dbuf.c 1032 boolean_t prefetch; local
1049 prefetch = db->db_level == 0 && db->db_blkid != DMU_BONUS_BLKID &&
1056 if (prefetch)
1070 if (prefetch)
1089 if (prefetch)
2291 spa_t *dpa_spa; /* The spa to issue the prefetch in. */
2292 zbookmark_phys_t dpa_zb; /* The target block to prefetch. */
2295 dnode_t *dpa_dnode; /* The dnode associated with the prefetch */
2298 arc_flags_t dpa_aflags; /* Flags to pass to the final prefetch. */
2302 * Actually issue the prefetch read for the block given
    [all...]
zfs_vnops.c 2693 uint8_t prefetch; local
2741 prefetch = zp->z_zn_prefetch;
2930 /* Prefetch znode */
2931 if (prefetch)
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-protos.h 495 /* Cache prefetch settings for prefetch-loop-arrays. */
502 /* Whether software prefetch hints should be issued for non-constant
505 /* The minimum constant stride beyond which we should use prefetch
568 /* Place prefetch struct pointer at the end to enable type checking
570 const struct cpu_prefetch_tune *prefetch; member in struct:tune_params
690 /* The available SVE prefetch operations, known in the ACLE as "svprfop". */
  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 574 #define prefetch(X) ((void) X) macro
576 #define prefetch(X) __builtin_prefetch (X)
572 #define prefetch macro
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-protos.h 494 /* Cache prefetch settings for prefetch-loop-arrays. */
501 /* Whether software prefetch hints should be issued for non-constant
504 /* The minimum constant stride beyond which we should use prefetch
566 /* Place prefetch struct pointer at the end to enable type checking
568 const struct cpu_prefetch_tune *prefetch; member in struct:tune_params
705 /* The available SVE prefetch operations, known in the ACLE as "svprfop". */
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 574 #define prefetch(X) ((void) X) macro
576 #define prefetch(X) __builtin_prefetch (X)
572 #define prefetch macro
  /src/external/bsd/unbound/dist/util/
config_file.h 331 int prefetch; member in struct:config_file
430 /** serve expired entries and prefetch them */
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 1626 int prefetch = ztest_random(2) ? local
1631 sizeof (rbt), &rbt, prefetch) == 0);
3593 * Prefetch a random chunk of the big object.
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 5633 rtx prefetch;
5635 /* Issue a read prefetch for the +3 cache line. */
5636 prefetch = gen_prefetch (gen_rtx_PLUS (Pmode, src_addr, GEN_INT (768)),
5638 PREFETCH_SCHEDULE_BARRIER_P (prefetch) = true;
5639 emit_insn (prefetch);
5641 /* Issue a write prefetch for the +3 cache line. */
5642 prefetch = gen_prefetch (gen_rtx_PLUS (Pmode, dst_addr, GEN_INT (768)),
5644 PREFETCH_SCHEDULE_BARRIER_P (prefetch) = true;
5645 emit_insn (prefetch);
5809 /* Issue a write prefetch. *
5632 rtx prefetch; local
5810 rtx prefetch = gen_prefetch (gen_rtx_PLUS (Pmode, dst_addr, distance), local
5934 rtx prefetch; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 5872 rtx prefetch;
5874 /* Issue a read prefetch for the +3 cache line. */
5875 prefetch = gen_prefetch (gen_rtx_PLUS (Pmode, src_addr, GEN_INT (768)),
5877 PREFETCH_SCHEDULE_BARRIER_P (prefetch) = true;
5878 emit_insn (prefetch);
5880 /* Issue a write prefetch for the +3 cache line. */
5881 prefetch = gen_prefetch (gen_rtx_PLUS (Pmode, dst_addr, GEN_INT (768)),
5883 PREFETCH_SCHEDULE_BARRIER_P (prefetch) = true;
5884 emit_insn (prefetch);
6246 /* Issue a write prefetch. *
5871 rtx prefetch; local
6247 rtx prefetch = gen_prefetch (gen_rtx_PLUS (Pmode, dst_addr, distance), local
6371 rtx prefetch; local
    [all...]

Completed in 87 milliseconds