Home
last modified time | relevance | path

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

123

/linux/arch/arm/include/asm/
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()
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()
292 prefetchw(&v->counter); in arch_atomic64_set()
310 prefetchw(&v->counter); \
409 prefetchw(&ptr->counter); in ATOMIC64_OPS()
432 prefetchw(&ptr->counter); in arch_atomic64_xchg_relaxed()
453 prefetchw(&v->counter); in arch_atomic64_dec_if_positive()
[all …]
A Dcmpxchg.h39 prefetchw((const void *)ptr); in __xchg()
161 prefetchw((const void *)ptr); in __cmpxchg()
251 prefetchw(ptr); in __cmpxchg64()
A Dfutex.h29 prefetchw(uaddr); \
58 prefetchw(uaddr); in futex_atomic_cmpxchg_inatomic()
A Dprocessor.h121 static inline void prefetchw(const void *ptr) in prefetchw() function
/linux/include/asm-generic/
A Dxor.h300 prefetchw(p1); in xor_8regs_p_2()
304 prefetchw(p1+8); in xor_8regs_p_2()
327 prefetchw(p1); in xor_8regs_p_3()
332 prefetchw(p1+8); in xor_8regs_p_3()
358 prefetchw(p1); in xor_8regs_p_4()
364 prefetchw(p1+8); in xor_8regs_p_4()
392 prefetchw(p1); in xor_8regs_p_5()
428 prefetchw(p1); in xor_32regs_p_2()
474 prefetchw(p1); in xor_32regs_p_3()
531 prefetchw(p1); in xor_32regs_p_4()
[all …]
/linux/include/linux/
A Dprefetch.h44 #define prefetchw(x) __builtin_prefetch(x,1) macro
48 #define spin_lock_prefetch(x) prefetchw(x)
/linux/arch/sparc/include/asm/
A Dprocessor_64.h238 static inline void prefetchw(const void *x) in prefetchw() function
249 #define spin_lock_prefetch(x) prefetchw(x)
/linux/arch/parisc/include/asm/
A Dprefetch.h36 static inline void prefetchw(const void *addr) in prefetchw() function
/linux/arch/arc/lib/
A Dmemset-archs.S25 prefetchw [\reg, \off]
/linux/arch/powerpc/include/asm/
A Dprocessor.h371 static inline void prefetchw(const void *x) in prefetchw() function
379 #define spin_lock_prefetch(x) prefetchw(x)
/linux/arch/alpha/include/asm/
A Dprocessor.h68 extern inline void prefetchw(const void *ptr) in prefetchw() function
/linux/drivers/misc/sgi-gru/
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()
/linux/arch/sh/include/asm/
A Dprocessor_32.h199 static inline void prefetchw(const void *x) in prefetchw() function
/linux/drivers/parisc/
A Diommu-helpers.h65 prefetchw(pdirp); in iommu_fill_pdir()
/linux/arch/x86/include/asm/
A Dprocessor.h739 static __always_inline void prefetchw(const void *x) in prefetchw() function
748 prefetchw(x); in spin_lock_prefetch()
/linux/arch/ia64/include/asm/
A Dprocessor.h658 prefetchw (const void *x) in prefetchw() function
663 #define spin_lock_prefetch(x) prefetchw(x)
/linux/arch/ia64/mm/
A Dfault.c79 prefetchw(&mm->mmap_lock); in ia64_do_page_fault()
/linux/arch/mips/include/asm/
A Dprocessor.h388 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/linux/arch/xtensa/include/asm/
A Duaccess.h255 prefetchw(to); in raw_copy_from_user()
/linux/kernel/locking/
A Dqspinlock.c484 prefetchw(next); in queued_spin_lock_slowpath()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc.c145 prefetchw(txbd); in enetc_map_tx_buffs()
206 prefetchw(txbd); in enetc_map_tx_buffs()
276 prefetchw(txbd); in enetc_map_tx_buffs()
358 prefetchw(txbd); in enetc_map_tx_tso_hdr()
489 prefetchw(txbd); in enetc_map_tx_tso_buffs()
514 prefetchw(txbd); in enetc_map_tx_tso_buffs()
1226 prefetchw(txbd); in enetc_xdp_map_tx_buff()
1351 prefetchw(ENETC_TXBD(*tx_ring, tx_ring->next_to_use)); in enetc_xdp_xmit()
/linux/arch/arm64/include/asm/
A Dprocessor.h329 static inline void prefetchw(const void *ptr) in prefetchw() function
/linux/arch/sh/kernel/cpu/sh4/
A Dsq.c63 prefetchw(sq); in sq_flush_range()
/linux/fs/ext4/
A Dreadpage.c256 prefetchw(&page->flags); in ext4_mpage_readpages()

Completed in 34 milliseconds

123