Loading drivers/iommu/amd_iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -3410,7 +3410,7 @@ static size_t amd_iommu_unmap(struct iommu_domain *dom, unsigned long iova, } static phys_addr_t amd_iommu_iova_to_phys(struct iommu_domain *dom, unsigned long iova) dma_addr_t iova) { struct protection_domain *domain = dom->priv; unsigned long offset_mask; Loading drivers/iommu/exynos-iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -1027,7 +1027,7 @@ done: } static phys_addr_t exynos_iommu_iova_to_phys(struct iommu_domain *domain, unsigned long iova) dma_addr_t iova) { struct exynos_iommu_domain *priv = domain->priv; unsigned long *entry; Loading drivers/iommu/intel-iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -4111,7 +4111,7 @@ static size_t intel_iommu_unmap(struct iommu_domain *domain, } static phys_addr_t intel_iommu_iova_to_phys(struct iommu_domain *domain, unsigned long iova) dma_addr_t iova) { struct dmar_domain *dmar_domain = domain->priv; struct dma_pte *pte; Loading drivers/iommu/iommu.c +1 −2 Original line number Diff line number Diff line Loading @@ -706,8 +706,7 @@ void iommu_detach_group(struct iommu_domain *domain, struct iommu_group *group) } EXPORT_SYMBOL_GPL(iommu_detach_group); phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, unsigned long iova) phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova) { if (unlikely(domain->ops->iova_to_phys == NULL)) return 0; Loading drivers/iommu/msm_iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -554,7 +554,7 @@ fail: } static phys_addr_t msm_iommu_iova_to_phys(struct iommu_domain *domain, unsigned long va) dma_addr_t va) { struct msm_priv *priv; struct msm_iommu_drvdata *iommu_drvdata; Loading Loading
drivers/iommu/amd_iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -3410,7 +3410,7 @@ static size_t amd_iommu_unmap(struct iommu_domain *dom, unsigned long iova, } static phys_addr_t amd_iommu_iova_to_phys(struct iommu_domain *dom, unsigned long iova) dma_addr_t iova) { struct protection_domain *domain = dom->priv; unsigned long offset_mask; Loading
drivers/iommu/exynos-iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -1027,7 +1027,7 @@ done: } static phys_addr_t exynos_iommu_iova_to_phys(struct iommu_domain *domain, unsigned long iova) dma_addr_t iova) { struct exynos_iommu_domain *priv = domain->priv; unsigned long *entry; Loading
drivers/iommu/intel-iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -4111,7 +4111,7 @@ static size_t intel_iommu_unmap(struct iommu_domain *domain, } static phys_addr_t intel_iommu_iova_to_phys(struct iommu_domain *domain, unsigned long iova) dma_addr_t iova) { struct dmar_domain *dmar_domain = domain->priv; struct dma_pte *pte; Loading
drivers/iommu/iommu.c +1 −2 Original line number Diff line number Diff line Loading @@ -706,8 +706,7 @@ void iommu_detach_group(struct iommu_domain *domain, struct iommu_group *group) } EXPORT_SYMBOL_GPL(iommu_detach_group); phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, unsigned long iova) phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova) { if (unlikely(domain->ops->iova_to_phys == NULL)) return 0; Loading
drivers/iommu/msm_iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -554,7 +554,7 @@ fail: } static phys_addr_t msm_iommu_iova_to_phys(struct iommu_domain *domain, unsigned long va) dma_addr_t va) { struct msm_priv *priv; struct msm_iommu_drvdata *iommu_drvdata; Loading