Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Ds390-iommu.c114 domain->geometry.aperture_end = zdev->end_dma; in s390_iommu_attach_device()
118 domain->geometry.aperture_end != zdev->end_dma) { in s390_iommu_attach_device()
223 dma_addr + size > s390_domain->domain.geometry.aperture_end) in s390_iommu_update_trans()
296 iova > domain->geometry.aperture_end) in s390_iommu_iova_to_phys()
Ddma-iommu.c103 if (base > domain->geometry.aperture_end || in iommu_dma_init_domain()
112 domain->geometry.aperture_end >> order); in iommu_dma_init_domain()
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.c296 as->domain.geometry.aperture_end = 0xffffffff; in tegra_smmu_domain_alloc()
Dexynos-iommu.c699 domain->domain.geometry.aperture_end = ~0UL; in exynos_iommu_domain_alloc()
Domap-iommu.c1170 omap_domain->domain.geometry.aperture_end = (1ULL << 32) - 1; in omap_iommu_domain_alloc()
Damd_iommu.c2944 pdomain->domain.geometry.aperture_end = ~0ULL; in amd_iommu_domain_alloc()
Dintel-iommu.c4773 domain->geometry.aperture_end = __DOMAIN_MAX_ADDR(dmar_domain->gaw); in intel_iommu_domain_alloc()
/linux-4.4.14/include/linux/
Diommu.h50 dma_addr_t aperture_end; /* Last address that can be mapped */ member
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c138 end = geometry->aperture_end; in tegra_drm_load()