Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/
Dtx_zynqmp.h61 static inline void tx_zynqmp_dcache_flush(uintptr_t ptr, uintptr_t ptr_max) in tx_zynqmp_dcache_flush() argument
63 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() argument
77 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() argument
91 while (ptr < ptr_max) in tx_zynqmp_dcache_clean()