Home
last modified time | relevance | path

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

1234

/Linux-v6.1/arch/arm/include/asm/
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()
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); \
330 prefetchw(&v->counter); \
353 prefetchw(&v->counter); \
409 prefetchw(&ptr->counter); in ATOMIC64_OPS()
[all …]
Dcmpxchg.h39 prefetchw((const void *)ptr); in __xchg()
161 prefetchw((const void *)ptr); in __cmpxchg()
251 prefetchw(ptr); in __cmpxchg64()
Dfutex.h29 prefetchw(uaddr); \
58 prefetchw(uaddr); in futex_atomic_cmpxchg_inatomic()
Dprocessor.h119 static inline void prefetchw(const void *ptr) in prefetchw() function
/Linux-v6.1/include/asm-generic/
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 …]
/Linux-v6.1/include/linux/
Dprefetch.h44 #define prefetchw(x) __builtin_prefetch(x,1) macro
48 #define spin_lock_prefetch(x) prefetchw(x)
/Linux-v6.1/arch/sparc/include/asm/
Dprocessor_64.h231 static inline void prefetchw(const void *x) in prefetchw() function
242 #define spin_lock_prefetch(x) prefetchw(x)
/Linux-v6.1/arch/parisc/include/asm/
Dprefetch.h36 static inline void prefetchw(const void *addr) in prefetchw() function
/Linux-v6.1/arch/arc/lib/
Dmemset-archs.S25 prefetchw [\reg, \off]
/Linux-v6.1/arch/alpha/include/asm/
Dprocessor.h62 extern inline void prefetchw(const void *ptr) in prefetchw() function
/Linux-v6.1/arch/powerpc/include/asm/
Dprocessor.h396 static inline void prefetchw(const void *x) in prefetchw() function
404 #define spin_lock_prefetch(x) prefetchw(x)
/Linux-v6.1/arch/sh/include/asm/
Dprocessor_32.h196 static inline void prefetchw(const void *x) in prefetchw() function
/Linux-v6.1/drivers/misc/sgi-gru/
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-v6.1/drivers/parisc/
Diommu-helpers.h65 prefetchw(pdirp); in iommu_fill_pdir()
/Linux-v6.1/arch/loongarch/include/asm/
Dprocessor.h209 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/Linux-v6.1/arch/x86/include/asm/
Dprocessor.h738 static __always_inline void prefetchw(const void *x) in prefetchw() function
747 prefetchw(x); in spin_lock_prefetch()
/Linux-v6.1/arch/ia64/include/asm/
Dprocessor.h647 prefetchw (const void *x) in prefetchw() function
652 #define spin_lock_prefetch(x) prefetchw(x)
/Linux-v6.1/arch/ia64/mm/
Dfault.c79 prefetchw(&mm->mmap_lock); in ia64_do_page_fault()
/Linux-v6.1/arch/xtensa/include/asm/
Duaccess.h231 prefetchw(to); in raw_copy_from_user()
/Linux-v6.1/arch/mips/include/asm/
Dprocessor.h385 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/Linux-v6.1/kernel/locking/
Dqspinlock.c487 prefetchw(next); in queued_spin_lock_slowpath()
/Linux-v6.1/arch/arm64/include/asm/
Dprocessor.h350 static inline void prefetchw(const void *ptr) in prefetchw() function
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc.c145 prefetchw(txbd); in enetc_map_tx_buffs()
207 prefetchw(txbd); in enetc_map_tx_buffs()
277 prefetchw(txbd); in enetc_map_tx_buffs()
359 prefetchw(txbd); in enetc_map_tx_tso_hdr()
490 prefetchw(txbd); in enetc_map_tx_tso_buffs()
515 prefetchw(txbd); in enetc_map_tx_tso_buffs()
1232 prefetchw(txbd); in enetc_xdp_map_tx_buff()
1357 prefetchw(ENETC_TXBD(*tx_ring, tx_ring->next_to_use)); in enetc_xdp_xmit()
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Dtx.c261 prefetchw(__efx_tx_queue_get_insert_buffer(tx_queue)); in efx_siena_xdp_tx_buffers()

1234