Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/fsl/qbman/
Dqman_portal.c61 geom_attr.force_aperture = true; in portal_set_cpu()
/Linux-v4.19/drivers/iommu/
Ds390-iommu.c116 domain->geometry.force_aperture = true; in s390_iommu_attach_device()
Ddma-iommu.c288 if (domain->geometry.force_aperture) { in iommu_dma_init_domain()
373 if (domain->geometry.force_aperture) in iommu_dma_alloc_iova()
Dfsl_pamu_domain.c436 dma_domain->iommu_domain.geometry.force_aperture = true; in fsl_pamu_domain_alloc()
740 !geom_attr->force_aperture) { in configure_domain_geometry()
Dtegra-gart.c245 gart_domain->domain.geometry.force_aperture = true; in gart_iommu_domain_alloc()
Dmtk_iommu.c315 dom->domain.geometry.force_aperture = true; in mtk_iommu_domain_alloc()
Dipmmu-vmsa.c430 domain->io_domain.geometry.force_aperture = true; in ipmmu_domain_init_context()
Dqcom_iommu.c244 domain->geometry.force_aperture = true; in qcom_iommu_init_domain()
Dmsm_iommu.c330 priv->domain.geometry.force_aperture = true; in msm_iommu_domain_alloc()
Dtegra-smmu.c308 as->domain.geometry.force_aperture = true; in tegra_smmu_domain_alloc()
Drockchip-iommu.c1012 rk_domain->domain.geometry.force_aperture = true; in rk_iommu_domain_alloc()
Dexynos-iommu.c783 domain->domain.geometry.force_aperture = true; in exynos_iommu_domain_alloc()
Domap-iommu.c1374 omap_domain->domain.geometry.force_aperture = true; in omap_iommu_domain_alloc()
Darm-smmu.c876 domain->geometry.force_aperture = true; in arm_smmu_init_domain_context()
Darm-smmu-v3.c1633 domain->geometry.force_aperture = true; in arm_smmu_domain_finalise()
Damd_iommu.c2894 pdomain->domain.geometry.force_aperture = true; in amd_iommu_domain_alloc()
Dintel-iommu.c4986 domain->geometry.force_aperture = true; in intel_iommu_domain_alloc()
/Linux-v4.19/include/linux/
Diommu.h62 bool force_aperture; /* DMA only allowed in mappable range? */ member