Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Ds390-iommu.c114 domain->geometry.aperture_start = zdev->start_dma; in s390_iommu_attach_device()
118 } else if (domain->geometry.aperture_start != zdev->start_dma || in s390_iommu_attach_device()
220 if (dma_addr < s390_domain->domain.geometry.aperture_start || in s390_iommu_update_trans()
293 if (iova < domain->geometry.aperture_start || in s390_iommu_iova_to_phys()
Dfsl_pamu_domain.c89 wnd = (subwin_iova - geom->aperture_start) >> ilog2(subwin_size); in get_phys_addr()
133 phys_addr_t wnd_addr = dma_domain->iommu_domain.geometry.aperture_start; in map_win()
182 wnd_addr = dma_domain->iommu_domain.geometry.aperture_start; in update_liodn()
248 window_addr = geom_attr->aperture_start; in pamu_set_liodn()
396 if (iova < domain->geometry.aperture_start || in fsl_pamu_iova_to_phys()
434 dma_domain->iommu_domain. geometry.aperture_start = 0; in fsl_pamu_domain_alloc()
578 ret = check_size(size, domain->geometry.aperture_start); in fsl_pamu_window_enable()
734 geom_size = geom_attr->aperture_end - geom_attr->aperture_start + 1; in configure_domain_geometry()
739 if (check_size(geom_size, geom_attr->aperture_start) || in configure_domain_geometry()
Ddma-iommu.c290 base + size <= domain->geometry.aperture_start) { in iommu_dma_init_domain()
296 domain->geometry.aperture_start >> order); in iommu_dma_init_domain()
Dtegra-gart.c242 gart_domain->domain.geometry.aperture_start = gart->iovmm_base; in gart_iommu_domain_alloc()
Dmtk_iommu.c313 dom->domain.geometry.aperture_start = 0; in mtk_iommu_domain_alloc()
Dmsm_iommu.c328 priv->domain.geometry.aperture_start = 0; in msm_iommu_domain_alloc()
Dtegra-smmu.c306 as->domain.geometry.aperture_start = 0; in tegra_smmu_domain_alloc()
Drockchip-iommu.c1010 rk_domain->domain.geometry.aperture_start = 0; in rk_iommu_domain_alloc()
Dexynos-iommu.c781 domain->domain.geometry.aperture_start = 0; in exynos_iommu_domain_alloc()
Domap-iommu.c1372 omap_domain->domain.geometry.aperture_start = 0; in omap_iommu_domain_alloc()
Damd_iommu.c2892 pdomain->domain.geometry.aperture_start = 0; in amd_iommu_domain_alloc()
Dintel-iommu.c4984 domain->geometry.aperture_start = 0; in intel_iommu_domain_alloc()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_gem_vma.c100 domain->geometry.aperture_start; in msm_gem_address_space_create()
110 drm_mm_init(&aspace->mm, (domain->geometry.aperture_start >> PAGE_SHIFT), in msm_gem_address_space_create()
Dmsm_gpu.c807 iommu->geometry.aperture_start = va_start; in msm_gpu_create_address_space()
/Linux-v4.19/drivers/soc/fsl/qbman/
Dqman_portal.c58 geom_attr.aperture_start = 0; in portal_set_cpu()
/Linux-v4.19/drivers/gpu/host1x/
Ddev.c257 geometry->aperture_start >> order); in host1x_probe()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c94 start = geometry->aperture_start; in rockchip_drm_init_iommu()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c647 config.iommu->geometry.aperture_start = 0x1000; in mdp5_get_config()
/Linux-v4.19/include/linux/
Diommu.h60 dma_addr_t aperture_start; /* First address that can be mapped */ member
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_kms.c569 config.iommu->geometry.aperture_start = 0x1000; in mdp4_get_config()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddrm.c106 gem_start = geometry->aperture_start; in tegra_drm_load()