Home
last modified time | relevance | path

Searched refs:prefetch_for_store (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_sys_decl.h32 static inline void prefetch_for_store(void *p) in prefetch_for_store() function
42 #define prefetch_for_store(p) { asm volatile ("pld [%0]" : : "r" (p)); } macro
53 static inline void prefetch_for_store(void *p) in prefetch_for_store() function