Lines Matching refs:pte_dma
634 dma_addr_t pte_dma = smmu_pde_to_dma(smmu, pd[pde]); in tegra_smmu_pte_put_use() local
638 dma_unmap_page(smmu->dev, pte_dma, SMMU_SIZE_PT, DMA_TO_DEVICE); in tegra_smmu_pte_put_use()
645 u32 *pte, dma_addr_t pte_dma, u32 val) in tegra_smmu_set_pte() argument
652 dma_sync_single_range_for_device(smmu->dev, pte_dma, offset, in tegra_smmu_set_pte()
654 smmu_flush_ptc(smmu, pte_dma, offset); in tegra_smmu_set_pte()
704 dma_addr_t pte_dma; in __tegra_smmu_map() local
713 pte = as_get_pte(as, iova, &pte_dma, page); in __tegra_smmu_map()
729 tegra_smmu_set_pte(as, iova, pte, pte_dma, in __tegra_smmu_map()
740 dma_addr_t pte_dma; in __tegra_smmu_unmap() local
743 pte = tegra_smmu_pte_lookup(as, iova, &pte_dma); in __tegra_smmu_unmap()
747 tegra_smmu_set_pte(as, iova, pte, pte_dma, 0); in __tegra_smmu_unmap()
785 dma_addr_t pte_dma; in tegra_smmu_iova_to_phys() local
788 pte = tegra_smmu_pte_lookup(as, iova, &pte_dma); in tegra_smmu_iova_to_phys()