Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/sysdev/
Ddart_iommu.c191 unsigned int *dp, *orig_dp; in dart_build() local
197 orig_dp = dp = ((unsigned int*)tbl->it_base) + index; in dart_build()
210 dart_cache_sync(orig_dp, npages); in dart_build()
225 unsigned int *dp, *orig_dp; in dart_free() local
235 orig_dp = dp = ((unsigned int *)tbl->it_base) + index; in dart_free()
240 dart_cache_sync(orig_dp, orig_npages); in dart_free()