Home
last modified time | relevance | path

Searched refs:aperture_end (Results 1 - 25 of 64) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/iommu/
H A Dsprd-iommu.c132 return ((domain->geometry.aperture_end - in sprd_iommu_pgt_size()
151 dom->domain.geometry.aperture_end = SZ_256M - 1; in sprd_iommu_domain_alloc()
183 val = (dom->domain.geometry.aperture_end - in sprd_iommu_vpn_range()
299 unsigned long end = domain->geometry.aperture_end; in sprd_iommu_map()
334 unsigned long end = domain->geometry.aperture_end; in sprd_iommu_unmap()
376 unsigned long end = domain->geometry.aperture_end; in sprd_iommu_iova_to_phys()
H A Ds390-iommu.c60 s390_domain->domain.geometry.aperture_end = ZPCI_TABLE_SIZE_RT - 1; in s390_domain_alloc()
117 domain->geometry.aperture_end < zdev->start_dma)) in s390_iommu_attach_device()
327 (iova + size - 1) > s390_domain->domain.geometry.aperture_end) in s390_iommu_map_pages()
357 iova > domain->geometry.aperture_end) in s390_iommu_iova_to_phys()
390 (iova + size - 1) > s390_domain->domain.geometry.aperture_end)) in s390_iommu_unmap_pages()
H A Dfsl_pamu_domain.c176 iova > domain->geometry.aperture_end) in fsl_pamu_iova_to_phys()
212 dma_domain->iommu_domain.geometry.aperture_end = (1ULL << 36) - 1; in fsl_pamu_domain_alloc()
H A Dtegra-gart.c154 domain->geometry.aperture_end = gart_handle->iovmm_end - 1; in gart_iommu_domain_alloc()
H A Dvirtio-iommu.c387 u64 limit = vdomain->domain.geometry.aperture_end; in viommu_domain_map_identity()
1162 .aperture_end = input_end, in viommu_probe()
1188 order_base_2(viommu->geometry.aperture_end)); in viommu_probe()
/kernel/linux/linux-5.10/drivers/iommu/
H A Ds390-iommu.c115 domain->geometry.aperture_end = zdev->end_dma; in s390_iommu_attach_device()
119 domain->geometry.aperture_end != zdev->end_dma) { in s390_iommu_attach_device()
211 dma_addr + size > s390_domain->domain.geometry.aperture_end) in s390_iommu_update_trans()
284 iova > domain->geometry.aperture_end) in s390_iommu_iova_to_phys()
H A Dfsl_pamu_domain.c385 iova > domain->geometry.aperture_end) in fsl_pamu_iova_to_phys()
423 dma_domain->iommu_domain.geometry.aperture_end = (1ULL << 36) - 1; in fsl_pamu_domain_alloc()
722 geom_size = geom_attr->aperture_end - geom_attr->aperture_start + 1; in configure_domain_geometry()
H A Dtegra-gart.c154 domain->geometry.aperture_end = gart_handle->iovmm_end - 1; in gart_iommu_domain_alloc()
H A Ddma-iommu.c322 if (base > domain->geometry.aperture_end || in iommu_dma_init_domain()
430 dma_limit = min(dma_limit, (u64)domain->geometry.aperture_end); in iommu_dma_alloc_iova()
H A Dvirtio-iommu.c1047 .aperture_end = input_end, in viommu_probe()
1096 order_base_2(viommu->geometry.aperture_end)); in viommu_probe()
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-mmu.h15 * @aperture_end: Last address that can be mapped
19 dma_addr_t aperture_end; member
H A Dipu3-dmamap.c108 imgu->mmu->aperture_end >> shift, 0); in imgu_dmamap_alloc()
208 imgu->mmu->aperture_end >> shift, 0); in imgu_dmamap_map_sg()
H A Dipu3-mmu.c482 mmu->geometry.aperture_end = DMA_BIT_MASK(IPU3_MMU_ADDRESS_BITS); in imgu_mmu_init()
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-mmu.h15 * @aperture_end: Last address that can be mapped
19 dma_addr_t aperture_end; member
H A Dipu3-dmamap.c108 imgu->mmu->aperture_end >> shift, 0); in imgu_dmamap_alloc()
208 imgu->mmu->aperture_end >> shift, 0); in imgu_dmamap_map_sg()
H A Dipu3-mmu.c482 mmu->geometry.aperture_end = DMA_BIT_MASK(IPU3_MMU_ADDRESS_BITS); in imgu_mmu_init()
/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/
H A Diommu.c29 end = vde->domain->geometry.aperture_end; in tegra_vde_iommu_map()
/kernel/linux/linux-6.6/drivers/media/platform/nvidia/tegra-vde/
H A Diommu.c29 end = vde->domain->geometry.aperture_end; in tegra_vde_iommu_map()
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H A Dqman_portal.c60 geom_attr.aperture_end = in portal_set_cpu()
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Ddev.c291 end = geometry->aperture_end & host->info->dma_mask; in host1x_iommu_attach()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c90 end = geometry->aperture_end; in rockchip_drm_init_iommu()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c116 end = geometry->aperture_end; in rockchip_drm_init_iommu()
/kernel/linux/linux-5.10/drivers/vfio/
H A Dvfio_iommu_type1.c2175 geo.aperture_end)) { in vfio_iommu_type1_attach_group()
2199 geo.aperture_end); in vfio_iommu_type1_attach_group()
2345 if (geo.aperture_end < end) in vfio_iommu_aper_expand()
2346 end = geo.aperture_end; in vfio_iommu_aper_expand()
/kernel/linux/linux-6.6/drivers/vfio/
H A Dvfio_iommu_type1.c2224 geo->aperture_end)) { in vfio_iommu_type1_attach_group()
2248 geo->aperture_end); in vfio_iommu_type1_attach_group()
2403 if (geo->aperture_end < end) in vfio_iommu_aper_expand()
2404 end = geo->aperture_end; in vfio_iommu_aper_expand()
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dio_pagetable.c887 if (geometry->aperture_end != ULONG_MAX) { in iopt_table_add_domain()
888 rc = iopt_reserve_iova(iopt, geometry->aperture_end + 1, in iopt_table_add_domain()

Completed in 25 milliseconds

123