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

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
artpec6.dtsi 145 prefetch-data = <1>;
146 prefetch-instr = <1>;
147 arm,prefetch-offset = <0>;
148 arm,prefetch-drop = <1>;
bcm5301x.dtsi 102 prefetch-data = <1>;
103 prefetch-instr = <1>;
exynos4412.dtsi 238 prefetch-data = <1>;
239 prefetch-instr = <1>;
245 arm,prefetch-drop = <1>;
246 arm,prefetch-offset = <7>;
socfpga.dtsi 737 prefetch-data = <1>;
738 prefetch-instr = <1>;
743 arm,prefetch-drop = <0>;
744 arm,prefetch-offset = <7>;
exynos4210.dtsi 116 prefetch-data = <1>;
117 prefetch-instr = <1>;
meson8.dtsi 652 prefetch-data = <1>;
653 prefetch-instr = <1>;
meson8b.dtsi 644 prefetch-data = <1>;
645 prefetch-instr = <1>;
socfpga_arria10.dtsi 656 prefetch-data = <1>;
657 prefetch-instr = <1>;
armada-39x.dtsi 81 prefetch-data = <1>;
dra7-evm.dts 454 ti,nand-xfer-type = "prefetch-dma";
dra72-evm-common.dtsi 327 ti,nand-xfer-type = "prefetch-dma";
  /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::__anon93efe648010a::__anon93efe6480208
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) {
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 162 void prefetch(void *x) function in typeref:typename:void
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 in function:exynos4_l2cc_init
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 in function:pte_make_enter
436 if (prefetch)
  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 227 void prefetch(void *x) function in typeref:typename:void
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/external/gpl2/dts/dist/arch/mips/boot/dts/img/
boston.dts 147 intel,eg20t-prefetch = <0>;
  /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 in typeref:typename:void
353 #define prefetch(x) macro
ena_com.h 1105 prefetch(bounce_buf_ctrl->base_buffer +
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hip07.dtsi 1169 hisilicon,broken-prefetch-cmd;
1182 hisilicon,broken-prefetch-cmd;
1194 hisilicon,broken-prefetch-cmd;
1206 hisilicon,broken-prefetch-cmd;
1218 hisilicon,broken-prefetch-cmd;
  /src/sys/arch/sparc/sparc/
db_disasm.c 149 const char* prefetch[] = { variable in typeref:typename:const char * []
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 in typeref:typename:const char * []
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)]);

Completed in 31 milliseconds

1 2