Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Dtegra-gart.c59 dma_addr_t iovmm_base; /* offset to vmm_area */ member
89 for (iova = gart->iovmm_base; \
90 iova < gart->iovmm_base + GART_PAGE_SIZE * gart->page_count; \
156 gart_start = gart->iovmm_base; in gart_iova_range_valid()
238 gart_domain->domain.geometry.aperture_start = gart->iovmm_base; in gart_iommu_domain_alloc()
239 gart_domain->domain.geometry.aperture_end = gart->iovmm_base + in gart_iommu_domain_alloc()
412 gart->iovmm_base = (dma_addr_t)res_remap->start; in tegra_gart_probe()