Searched refs:prefetchw (Results 1 - 25 of 73) sorted by path

123

/linux-master/arch/parisc/include/asm/
H A Dprefetch.h36 static inline void prefetchw(const void *addr) function
/linux-master/arch/alpha/include/asm/
H A Dprocessor.h56 extern inline void prefetchw(const void *ptr) function
/linux-master/arch/arc/lib/
H A Dmemset-archs.S10 * The memset implementation below is optimized to use prefetchw and prealloc
14 * we don't call any prefetchw/prealloc instruction for L1 cache lines which
25 prefetchw [\reg, \off]
/linux-master/arch/arm/include/asm/
H A Datomic.h42 prefetchw(&v->counter); \
60 prefetchw(&v->counter); \
81 prefetchw(&v->counter); \
111 prefetchw(&ptr->counter);
134 prefetchw(&v->counter);
299 prefetchw(&v->counter);
317 prefetchw(&v->counter); \
337 prefetchw(&v->counter); \
360 prefetchw(&v->counter); \
416 prefetchw(
[all...]
H A Dcmpxchg.h40 prefetchw((const void *)ptr);
162 prefetchw((const void *)ptr);
252 prefetchw(ptr);
H A Dfutex.h29 prefetchw(uaddr); \
58 prefetchw(uaddr);
H A Dprocessor.h119 static inline void prefetchw(const void *ptr) function
H A Dspinlock.h62 prefetchw(&lock->slock);
86 prefetchw(&lock->slock);
143 prefetchw(&rw->lock);
162 prefetchw(&rw->lock);
211 prefetchw(&rw->lock);
233 prefetchw(&rw->lock);
252 prefetchw(&rw->lock);
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h364 static inline void prefetchw(const void *ptr) function
/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h217 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/linux-master/arch/mips/include/asm/
H A Dprocessor.h390 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h400 static inline void prefetchw(const void *x) function
/linux-master/arch/powerpc/lib/
H A Dqspinlock.c602 prefetchw(next);
H A Dsstep.c3619 prefetchw((void *) ea);
/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h197 static inline void prefetchw(const void *x) function
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dsq.c63 prefetchw(sq);
/linux-master/arch/sparc/include/asm/
H A Dprocessor_64.h230 static inline void prefetchw(const void *x) function
/linux-master/arch/x86/include/asm/
H A Dprocessor.h610 static __always_inline void prefetchw(const void *x) function
612 alternative_input(BASE_PREFETCH, "prefetchw %P1",
/linux-master/arch/x86/mm/
H A Dfault.c17 #include <linux/prefetch.h> /* prefetchw */
1493 prefetchw(&current->mm->mmap_lock);
/linux-master/arch/xtensa/include/asm/
H A Duaccess.h231 prefetchw(to);
/linux-master/drivers/misc/sgi-gru/
H A Dgrufault.c149 prefetchw(tfm); /* Helps on hardware, required for emulator */
377 prefetchw(cbe);
555 prefetchw(tfh); /* Helps on hdw, required for emulator */
624 prefetchw(tfh); /* Helps on hdw, required for emulator */
H A Dgrumain.c448 prefetchw(p);
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c1629 prefetchw(&ap->cur_rx_bufs);
1691 prefetchw(&ap->cur_mini_bufs);
1920 prefetchw(&ap->cur_rx_bufs);
1921 prefetchw(&ap->cur_mini_bufs);
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_com.h1014 prefetchw(bounce_buf_ctrl->base_buffer +
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c426 prefetchw(xdp->data_hard_start); /* xdp_frame write */

Completed in 317 milliseconds

123