Home
last modified time | relevance | path

Searched refs:prefetchw (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/linux/arch/arm/include/asm/
H A Dspinlock.h62 prefetchw(&lock->slock); in arch_spin_lock()
86 prefetchw(&lock->slock); in arch_spin_trylock()
143 prefetchw(&rw->lock); in arch_write_lock()
162 prefetchw(&rw->lock); in arch_write_trylock()
211 prefetchw(&rw->lock); in arch_read_lock()
233 prefetchw(&rw->lock); in arch_read_unlock()
252 prefetchw(&rw->lock); in arch_read_trylock()
H A Datomic.h42 prefetchw(&v->counter); \
60 prefetchw(&v->counter); \
81 prefetchw(&v->counter); \
111 prefetchw(&ptr->counter); in arch_atomic_cmpxchg_relaxed()
134 prefetchw(&v->counter); in arch_atomic_fetch_add_unless()
299 prefetchw(&v->counter); in arch_atomic64_set()
317 prefetchw(&v->counter); \
337 prefetchw(&v->counter); \
360 prefetchw(&v->counter); \
416 prefetchw(&ptr->counter); in ATOMIC64_OPS()
[all …]
H A Dcmpxchg.h40 prefetchw((const void *)ptr); in __arch_xchg()
162 prefetchw((const void *)ptr); in __cmpxchg()
252 prefetchw(ptr); in __cmpxchg64()
H A Dfutex.h29 prefetchw(uaddr); \
58 prefetchw(uaddr); in futex_atomic_cmpxchg_inatomic()
H A Dprocessor.h119 static inline void prefetchw(const void *ptr) in prefetchw() function
/openbmc/linux/include/asm-generic/
H A Dxor.h315 prefetchw(p1); in xor_8regs_p_2()
319 prefetchw(p1+8); in xor_8regs_p_2()
343 prefetchw(p1); in xor_8regs_p_3()
348 prefetchw(p1+8); in xor_8regs_p_3()
376 prefetchw(p1); in xor_8regs_p_4()
382 prefetchw(p1+8); in xor_8regs_p_4()
413 prefetchw(p1); in xor_8regs_p_5()
420 prefetchw(p1+8); in xor_8regs_p_5()
450 prefetchw(p1); in xor_32regs_p_2()
456 prefetchw(p1+8); in xor_32regs_p_2()
[all …]
/openbmc/linux/arch/parisc/include/asm/
H A Dprefetch.h36 static inline void prefetchw(const void *addr) in prefetchw() function
/openbmc/linux/include/linux/
H A Dprefetch.h43 #define prefetchw(x) __builtin_prefetch(x,1) macro
/openbmc/linux/arch/arc/lib/
H A Dmemset-archs.S25 prefetchw [\reg, \off]
/openbmc/linux/arch/alpha/include/asm/
H A Dprocessor.h56 extern inline void prefetchw(const void *ptr) in prefetchw() function
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h30 #define prefetchw(ptr) prefetch(ptr) macro
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrufault.c149 prefetchw(tfm); /* Helps on hardware, required for emulator */ in get_clear_fault_map()
377 prefetchw(cbe); in gru_try_dropin()
555 prefetchw(tfh); /* Helps on hdw, required for emulator */ in gru_intr()
624 prefetchw(tfh); /* Helps on hdw, required for emulator */ in gru_user_dropin()
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor_32.h197 static inline void prefetchw(const void *x) in prefetchw() function
/openbmc/linux/arch/sparc/include/asm/
H A Dprocessor_64.h230 static inline void prefetchw(const void *x) in prefetchw() function
/openbmc/linux/drivers/parisc/
H A Diommu-helpers.h65 prefetchw(pdirp); in iommu_fill_pdir()
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h217 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/openbmc/linux/arch/ia64/mm/
H A Dfault.c79 prefetchw(&mm->mmap_lock); in ia64_do_page_fault()
/openbmc/linux/arch/mips/include/asm/
H A Dprocessor.h390 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/openbmc/linux/arch/xtensa/include/asm/
H A Duaccess.h231 prefetchw(to); in raw_copy_from_user()
/openbmc/linux/kernel/locking/
H A Dqspinlock.c487 prefetchw(next); in queued_spin_lock_slowpath()
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h357 static inline void prefetchw(const void *ptr) in prefetchw() function
/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h400 static inline void prefetchw(const void *x) in prefetchw() function
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c167 prefetchw(txbd); in enetc_map_tx_buffs()
229 prefetchw(txbd); in enetc_map_tx_buffs()
299 prefetchw(txbd); in enetc_map_tx_buffs()
381 prefetchw(txbd); in enetc_map_tx_tso_hdr()
512 prefetchw(txbd); in enetc_map_tx_tso_buffs()
537 prefetchw(txbd); in enetc_map_tx_tso_buffs()
1262 prefetchw(txbd); in enetc_xdp_map_tx_buff()
1394 prefetchw(ENETC_TXBD(*tx_ring, tx_ring->next_to_use)); in enetc_xdp_xmit()
/openbmc/linux/fs/ext4/
H A Dreadpage.c250 prefetchw(&folio->flags); in ext4_mpage_readpages()
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dsq.c63 prefetchw(sq); in sq_flush_range()

1234