Searched defs:prefetchw (Results 1 – 11 of 11) 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
217 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
390 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
365 static inline void prefetchw(const void *ptr) in prefetchw() function
411 static inline void prefetchw(const void *x) in prefetchw() function
625 static __always_inline void prefetchw(const void *x) in prefetchw() function