Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Dfsl_pamu_domain.c395 iova > domain->geometry.aperture_end) in fsl_pamu_iova_to_phys()
433 dma_domain->iommu_domain.geometry.aperture_end = (1ULL << 36) - 1; in fsl_pamu_domain_alloc()
734 geom_size = geom_attr->aperture_end - geom_attr->aperture_start + 1; in configure_domain_geometry()
Dtegra-gart.c239 gart_domain->domain.geometry.aperture_end = gart->iovmm_base + in gart_iommu_domain_alloc()
Dmsm_iommu.c239 priv->domain.geometry.aperture_end = (1ULL << 32) - 1; in msm_iommu_domain_alloc()
Dtegra-smmu.c279 as->domain.geometry.aperture_end = 0xffffffff; in tegra_smmu_domain_alloc()
Dexynos-iommu.c744 exynos_domain->domain.geometry.aperture_end = ~0UL; in exynos_iommu_domain_alloc()
Domap-iommu.c1261 omap_domain->domain.geometry.aperture_end = (1ULL << 32) - 1; in omap_iommu_domain_alloc()
Damd_iommu.c3264 pdomain->domain.geometry.aperture_end = ~0ULL; in amd_iommu_domain_alloc()
Dintel-iommu.c4391 domain->geometry.aperture_end = __DOMAIN_MAX_ADDR(dmar_domain->gaw); in intel_iommu_domain_alloc()
/linux-4.1.27/include/linux/
Diommu.h50 dma_addr_t aperture_end; /* Last address that can be mapped */ member