Searched defs:prefetchw (Results 1 – 12 of 12) sorted by relevance
36 static inline void prefetchw(const void *addr) in prefetchw() function
44 #define prefetchw(x) __builtin_prefetch(x,1) macro
62 extern inline void prefetchw(const void *ptr) in prefetchw() function
119 static inline void prefetchw(const void *ptr) in prefetchw() function
231 static inline void prefetchw(const void *x) in prefetchw() function
196 static inline void prefetchw(const void *x) in prefetchw() function
209 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
385 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
350 static inline void prefetchw(const void *ptr) in prefetchw() function
396 static inline void prefetchw(const void *x) in prefetchw() function
647 prefetchw (const void *x) in prefetchw() function
738 static __always_inline void prefetchw(const void *x) in prefetchw() function