Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/sysdev/
Ddart_iommu.c177 unsigned int *dp, *orig_dp; in dart_build() local
183 orig_dp = dp = ((unsigned int*)tbl->it_base) + index; in dart_build()
196 dart_cache_sync(orig_dp, npages); in dart_build()
211 unsigned int *dp, *orig_dp; in dart_free() local
221 orig_dp = dp = ((unsigned int *)tbl->it_base) + index; in dart_free()
226 dart_cache_sync(orig_dp, orig_npages); in dart_free()