Searched refs:ptr_max (Results 1 – 1 of 1) sorted by relevance
62 static inline void tx_zynqmp_dcache_flush(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_flush() argument64 while (ptr < ptr_max) in tx_zynqmp_dcache_flush()76 static inline void tx_zynqmp_dcache_invalidate(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_invalidate() argument78 while (ptr < ptr_max) in tx_zynqmp_dcache_invalidate()90 static inline void tx_zynqmp_dcache_clean(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_clean() argument92 while (ptr < ptr_max) in tx_zynqmp_dcache_clean()