dmac_flush_range
extern void dmac_flush_range(const void *, const void *);
dmac_flush_range(ptr, ptr + PAGE_SIZE);
dmac_flush_range(ptr, ptr + size);