Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dfsl_pamu_domain.c220 dma_domain->iommu_domain.geometry.force_aperture = true; in fsl_pamu_domain_alloc()
H A Dsprd-iommu.c150 dom->domain.geometry.force_aperture = true; in sprd_iommu_domain_alloc_paging()
H A Dipmmu-vmsa.c438 domain->io_domain.geometry.force_aperture = true; in ipmmu_domain_init_context()
H A Dsun50i-iommu.c704 sun50i_domain->domain.geometry.force_aperture = true; in sun50i_iommu_domain_alloc_paging()
H A Ds390-iommu.c561 s390_domain->domain.geometry.force_aperture = true; in s390_domain_alloc_paging()
H A Dvirtio-iommu.c1213 .force_aperture = true, in viommu_probe()
H A Dtegra-smmu.c326 as->domain.geometry.force_aperture = true; in tegra_smmu_domain_alloc_paging()
H A Dexynos-iommu.c933 domain->domain.geometry.force_aperture = true; in exynos_iommu_domain_alloc_paging()
H A Domap-iommu.c1576 omap_domain->domain.geometry.force_aperture = true; in omap_iommu_domain_alloc_paging()
H A Ddma-iommu.c777 if (domain->geometry.force_aperture) in iommu_dma_alloc_iova()
/linux/include/linux/
H A Diommu.h167 bool force_aperture; /* DMA only allowed in mappable range? */ member
/linux/drivers/vhost/
H A Dvdpa.c1392 } else if (v->domain && v->domain->geometry.force_aperture) { in vhost_vdpa_set_iova_range()