| /f-stack/freebsd/arm/arm/ |
| H A D | trap-v6.c | 279 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() argument 300 fsr = (prefetch) ? cp15_ifsr_get(): cp15_dfsr_get(); in abort_handler() 302 far = (prefetch) ? cp15_ifar_get() : cp15_dfar_get(); in abort_handler() 304 far = (prefetch) ? TRAPF_PC(tf) : cp15_dfar_get(); in abort_handler() 327 __func__, fsr, idx, far, prefetch, usermode); in abort_handler() 333 abort_imprecise(tf, fsr, prefetch, usermode); in abort_handler() 338 abort_debug(tf, fsr, prefetch, usermode, far); in abort_handler() 495 if (prefetch) in abort_handler() 527 abort_fatal(tf, idx, fsr, far, prefetch, td, &ksig); in abort_handler() 648 abort_fatal(tf, idx, fsr, far, prefetch, td, ksig); in abort_align() [all …]
|
| H A D | pl310.c | 127 uint32_t aux, prefetch; in pl310_print_config() local 132 prefetch = pl310_read4(sc, PL310_PREFETCH_CTRL); in pl310_print_config() 148 (prefetch & PREFETCH_CTRL_DL) ? ena : dis); in pl310_print_config() 150 (prefetch & PREFETCH_CTRL_INSTR_PREFETCH) ? ena : dis); in pl310_print_config() 152 (prefetch & PREFETCH_CTRL_DATA_PREFETCH) ? ena : dis); in pl310_print_config() 154 (prefetch & PREFETCH_CTRL_DL_ON_WRAP) ? ena : dis); in pl310_print_config() 156 (prefetch & PREFETCH_CTRL_PREFETCH_DROP) ? ena : dis); in pl310_print_config() 158 (prefetch & PREFETCH_CTRL_INCR_DL) ? ena : dis); in pl310_print_config() 160 (prefetch & PREFETCH_CTRL_NOTSAMEID) ? ena : dis); in pl310_print_config() 162 (prefetch & PREFETCH_CTRL_OFFSET_MASK)); in pl310_print_config()
|
| H A D | platform_pl310_if.m | 59 * Initialize the pl310, e.g. to configure the prefetch control. The following
|
| /f-stack/freebsd/arm/ti/omap4/ |
| H A D | omap4_l2cache.c | 50 uint32_t aux, prefetch; in omap4_pl310_init() local 53 prefetch = pl310_read4(sc, PL310_PREFETCH_CTRL); in omap4_pl310_init() 58 prefetch &= ~PREFETCH_CTRL_INSTR_PREFETCH; in omap4_pl310_init() 67 prefetch |= PREFETCH_CTRL_DATA_PREFETCH; in omap4_pl310_init() 76 ti_smc0(prefetch, 0, WRITE_PREFETCH_CTRL_REG); in omap4_pl310_init()
|
| /f-stack/dpdk/drivers/net/thunderx/ |
| H A D | meson.build | 12 if cc.has_argument('-fno-prefetch-loop-arrays') 13 cflags += '-fno-prefetch-loop-arrays'
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | l2c2x0.yaml | 145 arm,prefetch-drop: 146 description: Override prefetch drop enable setting. Enable if non-zero, 151 arm,prefetch-offset: 152 description: Override prefetch offset value. 183 prefetch-data: 185 Data prefetch. Value: <0> (forcibly disable), <1> 190 prefetch-instr: 192 Instruction prefetch. Value: <0> (forcibly disable),
|
| /f-stack/dpdk/lib/librte_ip_frag/ |
| H A D | rte_ip_frag_common.c | 18 uint32_t prefetch) in rte_ip_frag_free_death_row() argument 22 k = RTE_MIN(prefetch, dr->cnt); in rte_ip_frag_free_death_row()
|
| H A D | rte_ip_frag.h | 305 uint32_t prefetch);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | gpmc-nand.txt | 39 "prefetch-polled" Prefetch polled mode (default) 40 "polled" Polled mode, without prefetch 41 "prefetch-dma" Prefetch enabled DMA mode 42 "prefetch-irq" Prefetch enabled irq mode
|
| /f-stack/freebsd/sys/ |
| H A D | buf_ring.h | 211 prefetch(br->br_ring[cons_next]); in buf_ring_dequeue_sc() 213 prefetch(br->br_ring[cons_next_next]); in buf_ring_dequeue_sc()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | artpec6.dtsi | 145 prefetch-data = <1>; 146 prefetch-instr = <1>; 147 arm,prefetch-offset = <0>; 148 arm,prefetch-drop = <1>;
|
| H A D | socfpga.dtsi | 737 prefetch-data = <1>; 738 prefetch-instr = <1>; 743 arm,prefetch-drop = <0>; 744 arm,prefetch-offset = <7>;
|
| H A D | bcm5301x.dtsi | 102 prefetch-data = <1>; 103 prefetch-instr = <1>;
|
| /f-stack/freebsd/arm64/iommu/ |
| H A D | smmuvar.h | 115 } prefetch; member
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_plat_dpdk.h | 282 #define prefetch(x) rte_prefetch0(x) macro 283 #define prefetchw(x) prefetch(x)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iommu/ |
| H A D | arm,smmu-v3.yaml | 61 hisilicon,broken-prefetch-cmd:
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 93 #define prefetch(x) rte_prefetch0(x) macro
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_osdep.h | 155 #define prefetch(x) rte_prefetch0(x) macro
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | omap-gpmc.txt | 49 Required properties when using NAND prefetch dma: 50 - dmas GPMC NAND prefetch dma channel
|
| /f-stack/freebsd/contrib/device-tree/src/mips/img/ |
| H A D | boston.dts | 147 intel,eg20t-prefetch = <0>;
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | tunables.cfg | 62 PREFETCH_DISABLE prefetch.disable zfs_prefetch_disable
|
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 1354 prefetch(void *x) in prefetch() function 1367 #define prefetch(x) macro 2614 prefetch(&fl->ifl_sds.ifsd_m[nextptr]); in prefetch_pkts() 2615 prefetch(&fl->ifl_sds.ifsd_cl[nextptr]); in prefetch_pkts() 2617 prefetch(next_rxd); in prefetch_pkts() 2652 prefetch(&fl->ifl_sds.ifsd_map[next]); in rxd_frag_to_sd() 3420 prefetch(next_txd); in iflib_encap() 3424 prefetch(&txq->ift_sds.ifsd_m[next]); in iflib_encap() 3425 prefetch(&txq->ift_sds.ifsd_map[next]); in iflib_encap() 3617 prefetch(ifsd_m[(cidx + 3) & mask]); in iflib_tx_desc_free() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | apm-xgene-enet.txt | 21 - channel: Ethernet to CPU, start channel (prefetch buffer) number
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qm_portal_fqr.c | 678 int prefetch = !(p_QmPortal->options & QMAN_PORTAL_FLAG_RSTASH); in LoopDequeueRing() local 682 if (prefetch) in LoopDequeueRing() 1497 int prefetch; in QmPortalPullFrame() local 1510 prefetch = !(p_QmPortal->options & QMAN_PORTAL_FLAG_RSTASH); in QmPortalPullFrame() 1513 if (prefetch) in QmPortalPullFrame() 1830 int prefetch; in QM_PORTAL_PollFrame() local 1837 prefetch = !(p_QmPortal->options & QMAN_PORTAL_FLAG_RSTASH); in QM_PORTAL_PollFrame() 1838 if (prefetch) in QM_PORTAL_PollFrame()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/ |
| H A D | hip07.dtsi | 1170 hisilicon,broken-prefetch-cmd; 1183 hisilicon,broken-prefetch-cmd; 1196 hisilicon,broken-prefetch-cmd; 1209 hisilicon,broken-prefetch-cmd; 1222 hisilicon,broken-prefetch-cmd;
|