Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Ds390-iommu.c115 domain->geometry.force_aperture = true; in s390_iommu_attach_device()
Dfsl_pamu_domain.c434 dma_domain->iommu_domain.geometry.force_aperture = true; in fsl_pamu_domain_alloc()
740 !geom_attr->force_aperture) { in configure_domain_geometry()
Dtegra-gart.c241 gart_domain->domain.geometry.force_aperture = true; in gart_iommu_domain_alloc()
Ddma-iommu.c102 if (domain->geometry.force_aperture) { in iommu_dma_init_domain()
Dmsm_iommu.c240 priv->domain.geometry.force_aperture = true; in msm_iommu_domain_alloc()
Dtegra-smmu.c297 as->domain.geometry.force_aperture = true; in tegra_smmu_domain_alloc()
Dexynos-iommu.c700 domain->domain.geometry.force_aperture = true; in exynos_iommu_domain_alloc()
Domap-iommu.c1171 omap_domain->domain.geometry.force_aperture = true; in omap_iommu_domain_alloc()
Damd_iommu.c2945 pdomain->domain.geometry.force_aperture = true; in amd_iommu_domain_alloc()
Dintel-iommu.c4774 domain->geometry.force_aperture = true; in intel_iommu_domain_alloc()
/linux-4.4.14/include/linux/
Diommu.h51 bool force_aperture; /* DMA only allowed in mappable range? */ member