Searched refs:aperture_end (Results 1 – 22 of 22) sorted by relevance
| /linux/drivers/iommu/ |
| H A D | sprd-iommu.c | 131 return ((domain->geometry.aperture_end - in sprd_iommu_pgt_size() 149 dom->domain.geometry.aperture_end = SZ_256M - 1; in sprd_iommu_domain_alloc_paging() 181 val = (dom->domain.geometry.aperture_end - in sprd_iommu_vpn_range() 298 unsigned long end = domain->geometry.aperture_end; in sprd_iommu_map() 333 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 D | s390-iommu.c | 563 s390_domain->domain.geometry.aperture_end = max_tbl_size(s390_domain); in s390_domain_alloc_paging() 711 domain->geometry.aperture_end < zdev->start_dma)) in s390_iommu_attach_device() 925 (iova + size - 1) > s390_domain->domain.geometry.aperture_end) in s390_iommu_map_pages() 999 iova > domain->geometry.aperture_end) in s390_iommu_iova_to_phys() 1035 (iova + size - 1) > s390_domain->domain.geometry.aperture_end)) in s390_iommu_unmap_pages()
|
| H A D | fsl_pamu_domain.c | 176 iova > domain->geometry.aperture_end) in fsl_pamu_iova_to_phys() 219 dma_domain->iommu_domain.geometry.aperture_end = (1ULL << 36) - 1; in fsl_pamu_domain_alloc()
|
| H A D | virtio-iommu.c | 404 u64 limit = vdomain->domain.geometry.aperture_end; in viommu_domain_map_identity() 1212 .aperture_end = input_end, in viommu_probe() 1242 order_base_2(viommu->geometry.aperture_end)); in viommu_probe()
|
| H A D | ipmmu-vmsa.c | 437 domain->io_domain.geometry.aperture_end = DMA_BIT_MASK(32); in ipmmu_domain_init_context()
|
| H A D | sun50i-iommu.c | 703 sun50i_domain->domain.geometry.aperture_end = DMA_BIT_MASK(32); in sun50i_iommu_domain_alloc_paging()
|
| H A D | dma-iommu.c | 689 if (dma_range_map_min(map) > domain->geometry.aperture_end || in iommu_dma_init_domain() 778 dma_limit = min(dma_limit, (u64)domain->geometry.aperture_end); in iommu_dma_alloc_iova()
|
| H A D | tegra-smmu.c | 325 as->domain.geometry.aperture_end = 0xffffffff; in tegra_smmu_domain_alloc_paging()
|
| H A D | exynos-iommu.c | 932 domain->domain.geometry.aperture_end = ~0UL; in exynos_iommu_domain_alloc_paging()
|
| H A D | omap-iommu.c | 1575 omap_domain->domain.geometry.aperture_end = (1ULL << 32) - 1; in omap_iommu_domain_alloc_paging()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-mmu.h | 19 dma_addr_t aperture_end; member
|
| H A D | ipu3-dmamap.c | 108 imgu->mmu->aperture_end >> shift, 0); in imgu_dmamap_alloc() 208 imgu->mmu->aperture_end >> shift, 0); in imgu_dmamap_map_sg()
|
| H A D | ipu3-mmu.c | 482 mmu->geometry.aperture_end = DMA_BIT_MASK(IPU3_MMU_ADDRESS_BITS); in imgu_mmu_init()
|
| /linux/drivers/staging/media/ipu7/ |
| H A D | ipu7-dma.c | 175 PHYS_PFN(mmu->dmap->mmu_info->aperture_end), 0); in ipu7_dma_alloc() 417 PHYS_PFN(mmu->dmap->mmu_info->aperture_end), in ipu7_dma_map_sg()
|
| H A D | ipu7-mmu.c | 408 PHYS_PFN(mmu->dmap->mmu_info->aperture_end), 0); in allocate_trash_buffer() 593 mmu_info->aperture_end = in ipu7_mmu_alloc() 597 mmu_info->aperture_end = in ipu7_mmu_alloc()
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-dma.c | 175 PHYS_PFN(mmu->dmap->mmu_info->aperture_end), 0); in ipu6_dma_alloc() 401 PHYS_PFN(mmu->dmap->mmu_info->aperture_end), 0); in ipu6_dma_map_sg()
|
| H A D | ipu6-mmu.c | 425 PHYS_PFN(mmu->dmap->mmu_info->aperture_end), 0); in allocate_trash_buffer() 557 mmu_info->aperture_end = in ipu6_mmu_alloc()
|
| /linux/drivers/accel/rocket/ |
| H A D | rocket_drv.c | 98 end = rocket_priv->domain->domain->geometry.aperture_end; in rocket_open()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_iommu.c | 26 end = xdna->domain->geometry.aperture_end; in amdxdna_iommu_alloc_iova()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_drv.c | 124 end = geometry->aperture_end; in rockchip_drm_init_iommu()
|
| /linux/include/linux/ |
| H A D | iommu.h | 166 dma_addr_t aperture_end; /* Last address that can be mapped */ member
|
| /linux/drivers/vhost/ |
| H A D | vdpa.c | 1394 range->last = v->domain->geometry.aperture_end; in vhost_vdpa_set_iova_range()
|