| /freebsd-13.1/sys/arm/arm/ |
| H A D | trap-v6.c | 275 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() argument 296 fsr = (prefetch) ? cp15_ifsr_get(): cp15_dfsr_get(); in abort_handler() 298 far = (prefetch) ? cp15_ifar_get() : cp15_dfar_get(); in abort_handler() 300 far = (prefetch) ? TRAPF_PC(tf) : cp15_dfar_get(); in abort_handler() 323 __func__, fsr, idx, far, prefetch, usermode); in abort_handler() 329 abort_imprecise(tf, fsr, prefetch, usermode); in abort_handler() 334 abort_debug(tf, fsr, prefetch, usermode, far); in abort_handler() 491 if (prefetch) in abort_handler() 519 abort_fatal(tf, idx, fsr, far, prefetch, td, &ksig); in abort_handler() 640 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
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/tools/tools/sysbuild/ |
| H A D | sysbuild.sh | 314 true > /${ldir}/_.prefetch 315 echo "Building /tmp/_.plist" >> /${ldir}/_.prefetch 319 echo "Completed /tmp/_.plist" >> /${ldir}/_.prefetch 327 rm -f /${ldir}/_.prefetch.$b 328 echo "OK $p" >> /${ldir}/_.prefetch 335 rm -f /${ldir}/_.prefetch.$b 336 echo "OK $p" >> /${ldir}/_.prefetch 338 echo "BAD $p" >> /${ldir}/_.prefetch 340 ) > /${ldir}/_.prefetch.$b 2>&1 342 echo "Done" >> /${ldir}/_.prefetch [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-s390x.pl | 58 $ctx="%r2"; $prefetch="%r2"; 79 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 88 xgr $X[0],$prefetch ### Xupdate($i) 89 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp) 91 xgr $X[0],$prefetch
|
| /freebsd-13.1/sys/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),
|
| /freebsd-13.1/tools/tools/drm/radeon/mkregtable/ |
| H A D | mkregtable.c | 375 for (pos = (head)->next; prefetch(pos->next), pos != (head); \ 397 for (pos = (head)->prev; prefetch(pos->prev), pos != (head); \ 418 prefetch(pos->prev), pos != (head); \ 440 prefetch(pos->member.prev), &pos->member != (head); \ 465 prefetch(pos->member.next), &pos->member != (head); \ 479 prefetch(pos->member.prev), &pos->member != (head); \ 491 for (; prefetch(pos->member.next), &pos->member != (head); \
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Instr3DNow.td | 95 "prefetch\t$addr", 96 [(prefetch addr:$addr, imm, imm, (i32 1))]>, TB; 99 [(prefetch addr:$addr, (i32 1), (i32 PrefetchWLevel), (i32 1))]>, 103 [(prefetch addr:$addr, (i32 1), (i32 PrefetchWT1Level), (i32 1))]>,
|
| /freebsd-13.1/sys/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
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | drop-tld.diff | 39 prefetch-key{COLON} { YDVAR(1, VAR_PREFETCH_KEY) } 40 prefetch{COLON} { YDVAR(1, VAR_PREFETCH) }
|
| /freebsd-13.1/sys/dev/cxgb/sys/ |
| H A D | mvec.h | 49 prefetch(n); in m_freem_list()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/dev/ixgbe/ |
| H A D | ixgbe_osdep.h | 178 void prefetch(void *x) in prefetch() function 183 #define prefetch(x) macro
|
| /freebsd-13.1/sys/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>;
|
| /freebsd-13.1/sys/dev/e1000/ |
| H A D | e1000_osdep.h | 154 void prefetch(void *x) in prefetch() function 159 #define prefetch(x) macro
|
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | i40e_osdep.h | 141 void prefetch(void *x) in prefetch() function 146 #define prefetch(x) macro
|
| /freebsd-13.1/sys/arm64/iommu/ |
| H A D | smmuvar.h | 115 } prefetch; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 291 if (F->getIntrinsicID() == Intrinsic::prefetch) in runOnLoop() 402 M, Intrinsic::prefetch, PrefPtrValue->getType()); in runOnLoop()
|
| /freebsd-13.1/contrib/unbound/iterator/ |
| H A D | iter_utils.h | 103 time_t prefetch);
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | arm,smmu-v3.yaml | 61 hisilicon,broken-prefetch-cmd:
|
| /freebsd-13.1/sys/dev/cxgb/ |
| H A D | cxgb_osdep.h | 98 #define prefetch(x) __builtin_prefetch(x) macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 278 if (IMemI->getIntrinsicID() == Intrinsic::prefetch || in GetPointerOperand() 351 if (IMemI->getIntrinsicID() == Intrinsic::prefetch || in collectCandidates() 464 if (II->getIntrinsicID() == Intrinsic::prefetch) in prepareBaseForUpdateFormChain()
|
| /freebsd-13.1/sys/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
|