Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Drockchip-iommu.c757 unsigned int pte_total = size / SPAGE_SIZE; in rk_iommu_unmap_iova() local
761 for (pte_count = 0; pte_count < pte_total; pte_count++) { in rk_iommu_unmap_iova()
779 unsigned int pte_total = size / SPAGE_SIZE; in rk_iommu_map_iova() local
784 for (pte_count = 0; pte_count < pte_total; pte_count++) { in rk_iommu_map_iova()
795 rk_table_flush(rk_domain, pte_dma, pte_total); in rk_iommu_map_iova()