Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/iommu/
Dsprd-iommu.c131 domain->geometry.aperture_start + 1) >> in sprd_iommu_pgt_size()
148 dom->domain.geometry.aperture_start = 0; in sprd_iommu_domain_alloc()
172 val = dom->domain.geometry.aperture_start >> SPRD_IOMMU_PAGE_SHIFT; in sprd_iommu_first_vpn()
188 dom->domain.geometry.aperture_start) >> SPRD_IOMMU_PAGE_SHIFT; in sprd_iommu_vpn_range()
284 unsigned long start = domain->geometry.aperture_start; in sprd_iommu_map()
317 unsigned long start = domain->geometry.aperture_start; in sprd_iommu_unmap()
359 unsigned long start = domain->geometry.aperture_start; in sprd_iommu_iova_to_phys()
Ds390-iommu.c144 domain->geometry.aperture_start = zdev->start_dma; in s390_iommu_attach_device()
148 } else if (domain->geometry.aperture_start != zdev->start_dma || in s390_iommu_attach_device()
216 if (dma_addr < s390_domain->domain.geometry.aperture_start || in s390_iommu_update_trans()
289 if (iova < domain->geometry.aperture_start || in s390_iommu_iova_to_phys()
Dfsl_pamu_domain.c175 if (iova < domain->geometry.aperture_start || in fsl_pamu_iova_to_phys()
211 dma_domain->iommu_domain. geometry.aperture_start = 0; in fsl_pamu_domain_alloc()
Dtegra-gart.c153 domain->geometry.aperture_start = gart_handle->iovmm_base; in gart_iommu_domain_alloc()
Dvirtio-iommu.c386 u64 iova = vdomain->domain.geometry.aperture_start; in viommu_domain_map_identity()
1137 .aperture_start = input_start, in viommu_probe()
Dmsm_iommu.c318 priv->domain.geometry.aperture_start = 0; in msm_iommu_domain_alloc()
Ddma-iommu.c557 limit < domain->geometry.aperture_start) { in iommu_dma_init_domain()
563 domain->geometry.aperture_start >> order); in iommu_dma_init_domain()
Dapple-dart.c445 domain->geometry.aperture_start = 0; in apple_dart_finalize_domain()
Dsun50i-iommu.c689 sun50i_domain->domain.geometry.aperture_start = 0; in sun50i_iommu_domain_alloc()
Dtegra-smmu.c312 as->domain.geometry.aperture_start = 0; in tegra_smmu_domain_alloc()
Dexynos-iommu.c860 domain->domain.geometry.aperture_start = 0; in exynos_iommu_domain_alloc()
Drockchip-iommu.c1094 rk_domain->domain.geometry.aperture_start = 0; in rk_iommu_domain_alloc()
Dmtk_iommu.c621 dom->domain.geometry.aperture_start = region->iova_base; in mtk_iommu_domain_finalise()
Domap-iommu.c1582 omap_domain->domain.geometry.aperture_start = 0; in omap_iommu_domain_alloc()
/linux-6.1.9/drivers/staging/media/ipu3/
Dipu3-mmu.h18 dma_addr_t aperture_start; member
Dipu3-dmamap.c240 base_pfn = max_t(unsigned long, 1, imgu->mmu->aperture_start >> order); in imgu_dmamap_init()
Dipu3-mmu.c481 mmu->geometry.aperture_start = 0; in imgu_mmu_init()
/linux-6.1.9/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c114 start = geometry->aperture_start; in rockchip_drm_init_iommu()
/linux-6.1.9/drivers/gpu/host1x/
Ddev.c384 start = geometry->aperture_start & host->info->dma_mask; in host1x_iommu_attach()
/linux-6.1.9/drivers/vfio/
Dvfio_iommu_type1.c2252 if (vfio_iommu_aper_conflict(iommu, geo->aperture_start, in vfio_iommu_type1_attach_group()
2276 ret = vfio_iommu_aper_resize(&iova_copy, geo->aperture_start, in vfio_iommu_type1_attach_group()
2433 if (geo->aperture_start > start) in vfio_iommu_aper_expand()
2434 start = geo->aperture_start; in vfio_iommu_aper_expand()
/linux-6.1.9/include/linux/
Diommu.h55 dma_addr_t aperture_start; /* First address that can be mapped */ member
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c223 start = max_t(u64, SZ_16M, iommu->geometry.aperture_start); in adreno_iommu_create_address_space()
Da6xx_gpu.c1823 start = max_t(u64, SZ_16M, iommu->geometry.aperture_start); in a6xx_create_address_space()
/linux-6.1.9/drivers/gpu/drm/tegra/
Ddrm.c1212 start = tegra->domain->geometry.aperture_start & dma_mask; in host1x_drm_probe()
/linux-6.1.9/drivers/vhost/
Dvdpa.c1162 range->first = v->domain->geometry.aperture_start; in vhost_vdpa_set_iova_range()

12