Home
last modified time | relevance | path

Searched refs:prefetch (Results 1 – 25 of 30) sorted by relevance

12

/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.core_prefetch1 Core instruction prefetch disable
3 To disable instruction prefetch of core; hwconfig needs to be updated.
13 If the bit is set ('b1) in the mask, then prefetch is disabled for
16 core0 prefetch should not be disabled i.e. Mask[0] should never be set.
19 Once disabled, prefetch remains disabled until the next reset.
20 There is no function to re-enable prefetch.
/u-boot/drivers/cache/
A Dcache-l2x0.c15 u32 saved_reg, prefetch; in l2c310_of_parse_and_init() local
22 if (!dev_read_u32(dev, "prefetch-data", &prefetch)) { in l2c310_of_parse_and_init()
23 if (prefetch) in l2c310_of_parse_and_init()
29 if (!dev_read_u32(dev, "prefetch-instr", &prefetch)) { in l2c310_of_parse_and_init()
30 if (prefetch) in l2c310_of_parse_and_init()
/u-boot/include/linux/
A Dlist.h9 static inline void prefetch(const void *x) {;} in prefetch() function
371 for (pos = (head)->next; prefetch(pos->next), pos != (head); \
414 prefetch(pos->prev), pos != (head); \
425 prefetch(pos->member.next), &pos->member != (head); \
436 prefetch(pos->member.prev), &pos->member != (head); \
461 prefetch(pos->member.next), &pos->member != (head); \
475 prefetch(pos->member.prev), &pos->member != (head); \
487 for (; prefetch(pos->member.next), &pos->member != (head); \
658 pos && ({ prefetch(pos->next); 1;}) && \
670 pos && ({ prefetch(pos->next); 1;}) && \
[all …]
/u-boot/drivers/usb/gadget/
A Dpxa25x_udc.h21 static inline void prefetch(const void *ptr) in prefetch() function
30 #define prefetchw(ptr) prefetch(ptr)
/u-boot/doc/device-tree-bindings/arm/
A Dl2c2x0.txt67 - arm,prefetch-drop : Override prefetch drop enable setting. Enable if non-zero,
69 - arm,prefetch-offset : Override prefetch offset value. Valid values are
82 - prefetch-data : Data prefetch. Value: <0> (forcibly disable), <1>
84 - prefetch-instr : Instruction prefetch. Value: <0> (forcibly disable),
/u-boot/drivers/pci/
A Dpci_auto.c23 struct pci_region *prefetch, in dm_pciauto_setup_device() argument
85 if (prefetch && in dm_pciauto_setup_device()
87 bar_res = prefetch; in dm_pciauto_setup_device()
92 bar_nr, bar_res == prefetch ? "Prf" : "Mem", in dm_pciauto_setup_device()
A Dpci_auto_old.c32 struct pci_region *prefetch, in pciauto_setup_device() argument
87 if (prefetch && (bar_response & PCI_BASE_ADDRESS_MEM_PREFETCH)) in pciauto_setup_device()
88 bar_res = prefetch; in pciauto_setup_device()
93 bar_nr, bar_res == prefetch ? "Prf" : "Mem", in pciauto_setup_device()
/u-boot/arch/mips/include/asm/
A Dprocessor.h125 static inline void prefetch(const void *addr) in prefetch() function
/u-boot/doc/usage/
A Dexception.rst24 prefetch abort
/u-boot/board/freescale/mpc837xerdb/
A DREADME41 0x8000_0000 0x8fff_ffff PCI MEM prefetch 256M 32
42 0x9000_0000 0x9fff_ffff PCI MEM non-prefetch 256M 32
/u-boot/board/freescale/mpc837xemds/
A DREADME45 0x8000_0000 0x8fff_ffff PCI MEM prefetch 256M
46 0x9000_0000 0x9fff_ffff PCI MEM non-prefetch 256M
/u-boot/board/freescale/mpc832xemds/
A DREADME66 0x8000_0000 0x8fff_ffff PCI MEM prefetch 256M
67 0x9000_0000 0x9fff_ffff PCI MEM non-prefetch 256M
/u-boot/arch/riscv/dts/
A Dae350_32.dts114 andes,inst-prefetch = <3>;
115 andes,data-prefetch = <3>;
A Dae350_64.dts114 andes,inst-prefetch = <3>;
115 andes,data-prefetch = <3>;
/u-boot/doc/arch/
A Dnds32.rst27 - Data prefetch to improve data cache performance.
/u-boot/arch/arm/dts/
A Dsocfpga.dtsi720 prefetch-data = <1>;
721 prefetch-instr = <1>;
726 arm,prefetch-drop = <0>;
727 arm,prefetch-offset = <7>;
A Dsocfpga_arria10.dtsi647 prefetch-data = <1>;
648 prefetch-instr = <1>;
A Ddra7-evm.dts390 ti,nand-xfer-type = "prefetch-dma";
A Ddra72-evm-common.dtsi314 ti,nand-xfer-type = "prefetch-dma";
A Darmada-38x.dtsi114 prefetch-data = <1>;
A Darmada-375.dtsi184 prefetch-data = <1>;
/u-boot/drivers/net/octeontx/
A Dnicvf_main.c283 prefetch((struct cqe_rx_t *)GET_CQ_DESC(cq, cqe_head)); in nicvf_cq_handler()
/u-boot/drivers/mtd/nand/raw/
A DKconfig145 uses the prefetch mode to speed up read operations.
/u-boot/include/
A Dpci.h807 struct pci_region *prefetch,
/u-boot/doc/
A DREADME.nand277 uses the prefetch mode to speed up read operations.

Completed in 43 milliseconds

12