Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/
Dtx_zynqmp.h62 static inline void tx_zynqmp_dcache_flush(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_flush() argument
64 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() argument
78 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() argument
92 while (ptr < ptr_max) in tx_zynqmp_dcache_clean()