Home
last modified time | relevance | path

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

123456

/src/sys/arm/arm/
H A Dtrap-v6.c210 abort_imprecise(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode) in abort_imprecise() argument
220 abort_fatal(tf, FAULT_EA_IMPREC, fsr, 0, prefetch, curthread, NULL); in abort_imprecise()
242 abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode, in abort_debug() argument
254 kdb_trap((prefetch) ? T_BREAKPOINT : T_WATCHPOINT, 0, tf); in abort_debug()
272 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() argument
293 fsr = (prefetch) ? cp15_ifsr_get(): cp15_dfsr_get(); in abort_handler()
294 far = (prefetch) ? cp15_ifar_get() : cp15_dfar_get(); in abort_handler()
303 if (__predict_false(prefetch && far > VM_MAXUSER_ADDRESS && in abort_handler()
316 __func__, fsr, idx, far, prefetch, usermode); in abort_handler()
322 abort_imprecise(tf, fsr, prefetch, usermode); in abort_handler()
[all …]
H A Dpl310.c125 uint32_t aux, prefetch; in pl310_print_config() local
130 prefetch = pl310_read4(sc, PL310_PREFETCH_CTRL); in pl310_print_config()
146 (prefetch & PREFETCH_CTRL_DL) ? ena : dis); in pl310_print_config()
148 (prefetch & PREFETCH_CTRL_INSTR_PREFETCH) ? ena : dis); in pl310_print_config()
150 (prefetch & PREFETCH_CTRL_DATA_PREFETCH) ? ena : dis); in pl310_print_config()
152 (prefetch & PREFETCH_CTRL_DL_ON_WRAP) ? ena : dis); in pl310_print_config()
154 (prefetch & PREFETCH_CTRL_PREFETCH_DROP) ? ena : dis); in pl310_print_config()
156 (prefetch & PREFETCH_CTRL_INCR_DL) ? ena : dis); in pl310_print_config()
158 (prefetch & PREFETCH_CTRL_NOTSAMEID) ? ena : dis); in pl310_print_config()
160 (prefetch & PREFETCH_CTRL_OFFSET_MASK)); in pl310_print_config()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZicbo.td67 def PREFETCH_I : Prefetch_ri<0b00000, "prefetch.i">, Sched<[]>;
68 def PREFETCH_R : Prefetch_ri<0b00001, "prefetch.r">, Sched<[]>;
69 def PREFETCH_W : Prefetch_ri<0b00011, "prefetch.w">, Sched<[]>;
79 def : Pat<(prefetch (AddrRegImmLsb00000 (XLenVT GPR:$rs1), simm12_lsb00000:$imm12),
82 def : Pat<(prefetch (AddrRegImmLsb00000 (XLenVT GPR:$rs1), simm12_lsb00000:$imm12),
85 def : Pat<(prefetch (AddrRegImmLsb00000 (XLenVT GPR:$rs1), simm12_lsb00000:$imm12),
/src/tools/tools/sysbuild/
H A Dsysbuild.sh313 true > /${ldir}/_.prefetch
314 echo "Building /tmp/_.plist" >> /${ldir}/_.prefetch
318 echo "Completed /tmp/_.plist" >> /${ldir}/_.prefetch
326 rm -f /${ldir}/_.prefetch.$b
327 echo "OK $p" >> /${ldir}/_.prefetch
334 rm -f /${ldir}/_.prefetch.$b
335 echo "OK $p" >> /${ldir}/_.prefetch
337 echo "BAD $p" >> /${ldir}/_.prefetch
339 ) > /${ldir}/_.prefetch.$b 2>&1
341 echo "Done" >> /${ldir}/_.prefetch
[all …]
/src/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl60 $ctx="%r2"; $prefetch="%r2";
81 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up
90 xgr $X[0],$prefetch ### Xupdate($i)
91 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp)
93 xgr $X[0],$prefetch
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_prefetch/
H A Dzpool_prefetch_001_pos.ksh82 log_must zpool prefetch -t ddt $TESTPOOL
119 log_must zpool prefetch -t ddt $TESTPOOL
134 log_must zpool prefetch -t ddt $TESTPOOL
H A Dzpool_prefetch_002_pos.ksh88 log_must zpool prefetch -t brt $TESTPOOL
93 log_must zpool prefetch $TESTPOOL
/src/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c372 for (pos = (head)->next; prefetch(pos->next), pos != (head); \
394 for (pos = (head)->prev; prefetch(pos->prev), pos != (head); \
415 prefetch(pos->prev), pos != (head); \
437 prefetch(pos->member.prev), &pos->member != (head); \
462 prefetch(pos->member.next), &pos->member != (head); \
476 prefetch(pos->member.prev), &pos->member != (head); \
488 for (; prefetch(pos->member.next), &pos->member != (head); \
/src/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmc-nand.txt39 "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
/src/contrib/unbound/contrib/
H A Ddrop-tld.diff39 prefetch-key{COLON} { YDVAR(1, VAR_PREFETCH_KEY) }
40 prefetch{COLON} { YDVAR(1, VAR_PREFETCH) }
/src/sys/dev/cxgb/sys/
H A Dmvec.h47 prefetch(n); in m_freem_list()
/src/sys/dev/ixl/
H A Di40e_osdep.h140 void prefetch(void *x) in prefetch() function
145 #define prefetch(x) macro
/src/sys/contrib/device-tree/src/arm/axis/
H A Dartpec6.dtsi145 prefetch-data = <1>;
146 prefetch-instr = <1>;
147 arm,prefetch-offset = <0>;
148 arm,prefetch-drop = <1>;
/src/sys/dev/e1000/
H A De1000_osdep.h143 void prefetch(void *x) in prefetch() function
148 #define prefetch(x) macro
/src/sys/dev/ixgbe/
H A Dixgbe_osdep.h168 void prefetch(void *x) in prefetch() function
173 #define prefetch(x) macro
/src/tools/tools/nanobsd/rescue/Files/root/
H A DZFS_Create.txt30 vfs.zfs.prefetch.disable="1"
/src/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha256-armv7.S129 ldr r2,[r1],#4 @ prefetch
187 ldr r2,[r1],#4 @ prefetch
245 ldr r2,[r1],#4 @ prefetch
303 ldr r2,[r1],#4 @ prefetch
361 ldr r2,[r1],#4 @ prefetch
419 ldr r2,[r1],#4 @ prefetch
477 ldr r2,[r1],#4 @ prefetch
535 ldr r2,[r1],#4 @ prefetch
593 ldr r2,[r1],#4 @ prefetch
651 ldr r2,[r1],#4 @ prefetch
[all …]
/src/sys/crypto/openssl/arm/
H A Dsha256-armv4.S173 ldr r2,[r1],#4 @ prefetch
231 ldr r2,[r1],#4 @ prefetch
289 ldr r2,[r1],#4 @ prefetch
347 ldr r2,[r1],#4 @ prefetch
405 ldr r2,[r1],#4 @ prefetch
463 ldr r2,[r1],#4 @ prefetch
521 ldr r2,[r1],#4 @ prefetch
579 ldr r2,[r1],#4 @ prefetch
637 ldr r2,[r1],#4 @ prefetch
695 ldr r2,[r1],#4 @ prefetch
[all …]
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Instr3DNow.td78 "prefetch\t$addr",
83 [(prefetch addr:$addr, (i32 1), (i32 PrefetchWLevel), (i32 1))]>,
/src/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4x12.dtsi270 prefetch-data = <1>;
271 prefetch-instr = <1>;
277 arm,prefetch-drop = <1>;
278 arm,prefetch-offset = <7>;
/src/cddl/sbin/zpool/
H A DMakefile35 zpool-prefetch.8 \
/src/sys/contrib/device-tree/src/arm/vt8500/
H A Dwm8850.dtsi322 prefetch-data = <1>;
323 prefetch-instr = <1>;
/src/sys/contrib/device-tree/src/arm/amlogic/
H A Dmeson8b.dtsi645 prefetch-data = <1>;
646 prefetch-instr = <1>;
647 arm,prefetch-offset = <7>;
649 arm,prefetch-drop = <1>;
/src/sys/arm64/iommu/
H A Dsmmuvar.h114 } prefetch; member
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp293 if (F->getIntrinsicID() == Intrinsic::prefetch) in runOnLoop()
409 M, Intrinsic::prefetch, PrefPtrValue->getType()); in runOnLoop()

123456