Lines Matching refs:pte_dma
639 dma_addr_t pte_dma = smmu_pde_to_dma(smmu, pd[pde]); in tegra_smmu_pte_put_use() local
643 dma_unmap_page(smmu->dev, pte_dma, SMMU_SIZE_PT, DMA_TO_DEVICE); in tegra_smmu_pte_put_use()
650 u32 *pte, dma_addr_t pte_dma, u32 val) in tegra_smmu_set_pte() argument
657 dma_sync_single_range_for_device(smmu->dev, pte_dma, offset, in tegra_smmu_set_pte()
659 smmu_flush_ptc(smmu, pte_dma, offset); in tegra_smmu_set_pte()
709 dma_addr_t pte_dma; in __tegra_smmu_map() local
718 pte = as_get_pte(as, iova, &pte_dma, page); in __tegra_smmu_map()
734 tegra_smmu_set_pte(as, iova, pte, pte_dma, in __tegra_smmu_map()
745 dma_addr_t pte_dma; in __tegra_smmu_unmap() local
748 pte = tegra_smmu_pte_lookup(as, iova, &pte_dma); in __tegra_smmu_unmap()
752 tegra_smmu_set_pte(as, iova, pte, pte_dma, 0); in __tegra_smmu_unmap()
790 dma_addr_t pte_dma; in tegra_smmu_iova_to_phys() local
793 pte = tegra_smmu_pte_lookup(as, iova, &pte_dma); in tegra_smmu_iova_to_phys()