Searched refs:pt_phys (Results 1 – 2 of 2) sorted by relevance
550 phys_addr_t pt_phys = virt_to_phys(page_table); in sun50i_iommu_free_page_table() local552 dma_unmap_single(iommu->dev, pt_phys, PT_SIZE, DMA_TO_DEVICE); in sun50i_iommu_free_page_table()568 phys_addr_t pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_dte_get_page_table() local569 return (u32 *)phys_to_virt(pt_phys); in sun50i_dte_get_page_table()642 phys_addr_t pt_phys; in sun50i_iommu_unmap() local650 pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_iommu_unmap()651 pte_addr = (u32 *)phys_to_virt(pt_phys) + sun50i_iova_get_pte_index(iova); in sun50i_iommu_unmap()666 phys_addr_t pt_phys; in sun50i_iommu_iova_to_phys() local674 pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_iommu_iova_to_phys()675 page_table = (u32 *)phys_to_virt(pt_phys); in sun50i_iommu_iova_to_phys()[all …]
131 __u64 pt_phys; member