Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dtegra-gart.c59 dma_addr_t iovmm_base; /* offset to vmm_area */ member
93 for (iova = gart->iovmm_base; \
94 iova < gart->iovmm_base + GART_PAGE_SIZE * gart->page_count; \
160 gart_start = gart->iovmm_base; in gart_iova_range_valid()
242 gart_domain->domain.geometry.aperture_start = gart->iovmm_base; in gart_iommu_domain_alloc()
243 gart_domain->domain.geometry.aperture_end = gart->iovmm_base + in gart_iommu_domain_alloc()
464 gart->iovmm_base = (dma_addr_t)res_remap->start; in tegra_gart_probe()