Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dprefetch.h35 static inline void prefetchw(const void *addr) in prefetchw() function
/arch/sparc/include/asm/
Dprocessor_64.h223 static inline void prefetchw(const void *x) in prefetchw() function
234 #define spin_lock_prefetch(x) prefetchw(x)
/arch/alpha/include/asm/
Dprocessor.h81 extern inline void prefetchw(const void *ptr) in prefetchw() function
/arch/sh/include/asm/
Dprocessor_32.h207 static inline void prefetchw(const void *x) in prefetchw() function
/arch/arm/include/asm/
Dprocessor.h120 #define prefetchw(ptr) prefetch(ptr) macro
/arch/mn10300/include/asm/
Dprocessor.h180 static inline void prefetchw(const void *x) in prefetchw() function
/arch/powerpc/include/asm/
Dprocessor.h352 static inline void prefetchw(const void *x) in prefetchw() function
360 #define spin_lock_prefetch(x) prefetchw(x)
/arch/m32r/lib/
Dusercopy.c26 prefetchw(to); in __generic_copy_from_user()
/arch/mips/include/asm/
Dprocessor.h356 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/arch/ia64/mm/
Dfault.c86 prefetchw(&mm->mmap_sem); in ia64_do_page_fault()
/arch/ia64/include/asm/
Dprocessor.h714 prefetchw (const void *x) in prefetchw() function
719 #define spin_lock_prefetch(x) prefetchw(x)
/arch/x86/include/asm/
Dprocessor.h791 static inline void prefetchw(const void *x) in prefetchw() function
801 prefetchw(x); in spin_lock_prefetch()
/arch/xtensa/include/asm/
Duaccess.h414 prefetchw(to); in __generic_copy_from_user()
/arch/sh/kernel/cpu/sh4/
Dsq.c66 prefetchw(sq); in sq_flush_range()
/arch/x86/mm/
Dfault.c1031 prefetchw(&mm->mmap_sem); in do_page_fault()
/arch/ia64/hp/common/
Dsba_iommu.c702 prefetchw(&(ioc->pdir_base[pide])); in sba_alloc_range()
/arch/powerpc/lib/
Dsstep.c1207 prefetchw((void *) ea); in emulate_step()