/linux/arch/arm/include/asm/ |
A D | spinlock.h | 62 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 D | atomic.h | 42 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 D | cmpxchg.h | 39 prefetchw((const void *)ptr); in __xchg() 161 prefetchw((const void *)ptr); in __cmpxchg() 251 prefetchw(ptr); in __cmpxchg64()
|
A D | futex.h | 29 prefetchw(uaddr); \ 58 prefetchw(uaddr); in futex_atomic_cmpxchg_inatomic()
|
A D | processor.h | 121 static inline void prefetchw(const void *ptr) in prefetchw() function
|
/linux/include/asm-generic/ |
A D | xor.h | 300 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 D | prefetch.h | 44 #define prefetchw(x) __builtin_prefetch(x,1) macro 48 #define spin_lock_prefetch(x) prefetchw(x)
|
/linux/arch/sparc/include/asm/ |
A D | processor_64.h | 238 static inline void prefetchw(const void *x) in prefetchw() function 249 #define spin_lock_prefetch(x) prefetchw(x)
|
/linux/arch/parisc/include/asm/ |
A D | prefetch.h | 36 static inline void prefetchw(const void *addr) in prefetchw() function
|
/linux/arch/arc/lib/ |
A D | memset-archs.S | 25 prefetchw [\reg, \off]
|
/linux/arch/powerpc/include/asm/ |
A D | processor.h | 371 static inline void prefetchw(const void *x) in prefetchw() function 379 #define spin_lock_prefetch(x) prefetchw(x)
|
/linux/arch/alpha/include/asm/ |
A D | processor.h | 68 extern inline void prefetchw(const void *ptr) in prefetchw() function
|
/linux/drivers/misc/sgi-gru/ |
A D | grufault.c | 149 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 D | processor_32.h | 199 static inline void prefetchw(const void *x) in prefetchw() function
|
/linux/drivers/parisc/ |
A D | iommu-helpers.h | 65 prefetchw(pdirp); in iommu_fill_pdir()
|
/linux/arch/x86/include/asm/ |
A D | processor.h | 739 static __always_inline void prefetchw(const void *x) in prefetchw() function 748 prefetchw(x); in spin_lock_prefetch()
|
/linux/arch/ia64/include/asm/ |
A D | processor.h | 658 prefetchw (const void *x) in prefetchw() function 663 #define spin_lock_prefetch(x) prefetchw(x)
|
/linux/arch/ia64/mm/ |
A D | fault.c | 79 prefetchw(&mm->mmap_lock); in ia64_do_page_fault()
|
/linux/arch/mips/include/asm/ |
A D | processor.h | 388 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
|
/linux/arch/xtensa/include/asm/ |
A D | uaccess.h | 255 prefetchw(to); in raw_copy_from_user()
|
/linux/kernel/locking/ |
A D | qspinlock.c | 484 prefetchw(next); in queued_spin_lock_slowpath()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
A D | enetc.c | 145 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 D | processor.h | 329 static inline void prefetchw(const void *ptr) in prefetchw() function
|
/linux/arch/sh/kernel/cpu/sh4/ |
A D | sq.c | 63 prefetchw(sq); in sq_flush_range()
|
/linux/fs/ext4/ |
A D | readpage.c | 256 prefetchw(&page->flags); in ext4_mpage_readpages()
|