Home
last modified time | relevance | path

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

/linux/arch/powerpc/sysdev/
H A Ddart_iommu.c176 unsigned int *dp, *orig_dp; in dart_build() local
182 orig_dp = dp = ((unsigned int*)tbl->it_base) + index; in dart_build()
195 dart_cache_sync(orig_dp, npages); in dart_build()
210 unsigned int *dp, *orig_dp; in dart_free() local
220 orig_dp = dp = ((unsigned int *)tbl->it_base) + index; in dart_free()
225 dart_cache_sync(orig_dp, orig_npages); in dart_free()