Searched refs:prefetch_for_store (Results 1 – 1 of 1) sorted by relevance
32 static inline void prefetch_for_store(void *p) in prefetch_for_store() function42 #define prefetch_for_store(p) { asm volatile ("pld [%0]" : : "r" (p)); } macro53 static inline void prefetch_for_store(void *p) in prefetch_for_store() function