Searched defs:prefetchw (Results 1 – 13 of 13) sorted by relevance
36 static inline void prefetchw(const void *addr) in prefetchw() function
43 #define prefetchw(x) __builtin_prefetch(x,1) macro
56 extern inline void prefetchw(const void *ptr) in prefetchw() function
119 static inline void prefetchw(const void *ptr) in prefetchw() function
230 static inline void prefetchw(const void *x) in prefetchw() function
197 static inline void prefetchw(const void *x) in prefetchw() function
30 #define prefetchw(ptr) prefetch(ptr) macro
217 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
390 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
357 static inline void prefetchw(const void *ptr) in prefetchw() function
400 static inline void prefetchw(const void *x) in prefetchw() function
646 prefetchw (const void *x) in prefetchw() function
637 static __always_inline void prefetchw(const void *x) in prefetchw() function