Searched refs:ptr_max (Results 1 – 1 of 1) sorted by relevance
61 static inline void tx_zynqmp_dcache_flush(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_flush() argument63 while (ptr < ptr_max) in tx_zynqmp_dcache_flush()75 static inline void tx_zynqmp_dcache_invalidate(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_invalidate() argument77 while (ptr < ptr_max) in tx_zynqmp_dcache_invalidate()89 static inline void tx_zynqmp_dcache_clean(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_clean() argument91 while (ptr < ptr_max) in tx_zynqmp_dcache_clean()