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

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/axis/
artpec6.dtsi 145 prefetch-data = <1>;
146 prefetch-instr = <1>;
147 arm,prefetch-offset = <0>;
148 arm,prefetch-drop = <1>;
  /src/sys/dev/pci/
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_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) {
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/dev/pci/ixgbe/
ixgbe_osdep.h 162 void prefetch(void *x) function
167 #define prefetch(x) macro
ix_txrx.c 1226 prefetch(txd);
2022 prefetch(nbuf);
  /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/sys/arch/mips/include/
pte.h 394 const bool prefetch = (pa & PGC_PREFETCH) != 0; local
436 if (prefetch)
  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 227 void prefetch(void *x) function
247 #define prefetch(x) macro
cxgb_sge.c 2212 prefetch(sd->cl);
2280 prefetch(sd->cl);
2488 prefetch(r);
2495 prefetch(mtod(rspq->rspq_mh.mh_head, uint8_t *));
2496 prefetch(mtod(rspq->rspq_mh.mh_head, uint8_t *) + L1_CACHE_BYTES);
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 1407 ; prefetch
1552 ; prefetch
1658 ; prefetch
1732 ; prefetch
1767 ; prefetch
1774 ; prefetch
1864 ; prefetch
1887 ; prefetch
1891 ; prefetch
  /src/sys/external/bsd/ena-com/
ena_plat.h 348 void prefetch(void *x) function
353 #define prefetch(x) macro
ena_com.h 1105 prefetch(bounce_buf_ctrl->base_buffer +
  /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)]);
locore.s 2782 ld [%l6 + %lo(CPUINFO_VA+CPUINFO_XMSG_ARG0)], %l3 ! prefetch 1st arg
  /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/external/bsd/drm2/dist/drm/i915/
i915_request.c 32 #include <linux/prefetch.h>
  /src/sys/arch/amiga/amiga/
locore.s 1176 | now rely on prefetch for next jmp
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 7147 mov.w L2(%pc),L_SCR1(%a6) # prefetch L2, no need in CB
fpsp.s 7253 mov.w L2(%pc),L_SCR1(%a6) # prefetch L2, no need in CB

Completed in 85 milliseconds