Home
last modified time | relevance | path

Searched defs:prefetchw (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dprefetch.h36 static inline void prefetchw(const void *addr) in prefetchw() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dprefetch.h44 #define prefetchw(x) __builtin_prefetch(x,1) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dprocessor.h68 extern inline void prefetchw(const void *ptr) in prefetchw() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dprocessor.h121 static inline void prefetchw(const void *ptr) in prefetchw() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dprocessor_64.h238 static inline void prefetchw(const void *x) in prefetchw() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dprocessor_32.h199 static inline void prefetchw(const void *x) in prefetchw() function
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h31 #define prefetchw(ptr) prefetch(ptr) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dprocessor.h288 static inline void prefetchw(const void *ptr) in prefetchw() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dprocessor.h410 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dprocessor.h389 static inline void prefetchw(const void *x) in prefetchw() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dprocessor.h658 prefetchw (const void *x) in prefetchw() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h747 static __always_inline void prefetchw(const void *x) in prefetchw() function