Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/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.h119 static inline void prefetchw(const void *ptr) in prefetchw() function
/linux-6.3-rc2/include/asm-generic/
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()
450 prefetchw(p1); in xor_32regs_p_2()
497 prefetchw(p1); in xor_32regs_p_3()
556 prefetchw(p1); in xor_32regs_p_4()
[all …]
/linux-6.3-rc2/include/linux/
A Dprefetch.h44 #define prefetchw(x) __builtin_prefetch(x,1) macro
48 #define spin_lock_prefetch(x) prefetchw(x)
/linux-6.3-rc2/arch/sparc/include/asm/
A Dprocessor_64.h231 static inline void prefetchw(const void *x) in prefetchw() function
242 #define spin_lock_prefetch(x) prefetchw(x)
/linux-6.3-rc2/arch/parisc/include/asm/
A Dprefetch.h36 static inline void prefetchw(const void *addr) in prefetchw() function
/linux-6.3-rc2/arch/arc/lib/
A Dmemset-archs.S25 prefetchw [\reg, \off]
/linux-6.3-rc2/arch/alpha/include/asm/
A Dprocessor.h62 extern inline void prefetchw(const void *ptr) in prefetchw() function
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dprocessor.h405 static inline void prefetchw(const void *x) in prefetchw() function
413 #define spin_lock_prefetch(x) prefetchw(x)
/linux-6.3-rc2/arch/sh/include/asm/
A Dprocessor_32.h197 static inline void prefetchw(const void *x) in prefetchw() function
/linux-6.3-rc2/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-6.3-rc2/arch/x86/include/asm/
A Dprocessor.h617 static __always_inline void prefetchw(const void *x) in prefetchw() function
626 prefetchw(x); in spin_lock_prefetch()
/linux-6.3-rc2/drivers/parisc/
A Diommu-helpers.h65 prefetchw(pdirp); in iommu_fill_pdir()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dprocessor.h213 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/linux-6.3-rc2/arch/ia64/include/asm/
A Dprocessor.h647 prefetchw (const void *x) in prefetchw() function
652 #define spin_lock_prefetch(x) prefetchw(x)
/linux-6.3-rc2/arch/ia64/mm/
A Dfault.c79 prefetchw(&mm->mmap_lock); in ia64_do_page_fault()
/linux-6.3-rc2/arch/xtensa/include/asm/
A Duaccess.h231 prefetchw(to); in raw_copy_from_user()
/linux-6.3-rc2/arch/mips/include/asm/
A Dprocessor.h385 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/linux-6.3-rc2/kernel/locking/
A Dqspinlock.c487 prefetchw(next); in queued_spin_lock_slowpath()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dprocessor.h357 static inline void prefetchw(const void *ptr) in prefetchw() function
/linux-6.3-rc2/fs/ext4/
A Dreadpage.c252 prefetchw(&page->flags); in ext4_mpage_readpages()
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4/
A Dsq.c63 prefetchw(sq); in sq_flush_range()

Completed in 31 milliseconds

1234