Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dtegra-smmu.c607 dma_addr_t pte_dma = smmu_pde_to_dma(pd[pde]); in tegra_smmu_pte_put_use() local
611 dma_unmap_page(smmu->dev, pte_dma, SMMU_SIZE_PT, DMA_TO_DEVICE); in tegra_smmu_pte_put_use()
618 u32 *pte, dma_addr_t pte_dma, u32 val) in tegra_smmu_set_pte() argument
625 dma_sync_single_range_for_device(smmu->dev, pte_dma, offset, in tegra_smmu_set_pte()
627 smmu_flush_ptc(smmu, pte_dma, offset); in tegra_smmu_set_pte()
636 dma_addr_t pte_dma; in tegra_smmu_map() local
639 pte = as_get_pte(as, iova, &pte_dma); in tegra_smmu_map()
647 tegra_smmu_set_pte(as, iova, pte, pte_dma, in tegra_smmu_map()
657 dma_addr_t pte_dma; in tegra_smmu_unmap() local
660 pte = tegra_smmu_pte_lookup(as, iova, &pte_dma); in tegra_smmu_unmap()
[all …]