Searched refs:rk_iommu_domain (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/iommu/ |
D | rockchip-iommu.c | 84 struct rk_iommu_domain { struct 129 static inline void rk_table_flush(struct rk_iommu_domain *dom, dma_addr_t dma, in rk_table_flush() 137 static struct rk_iommu_domain *to_rk_domain(struct iommu_domain *dom) in to_rk_domain() 139 return container_of(dom, struct rk_iommu_domain, domain); in to_rk_domain() 653 struct rk_iommu_domain *rk_domain = to_rk_domain(domain); in rk_iommu_iova_to_phys() 678 static void rk_iommu_zap_iova(struct rk_iommu_domain *rk_domain, in rk_iommu_zap_iova() 707 static void rk_iommu_zap_iova_first_last(struct rk_iommu_domain *rk_domain, in rk_iommu_zap_iova_first_last() 716 static u32 *rk_dte_get_page_table(struct rk_iommu_domain *rk_domain, in rk_dte_get_page_table() 753 static size_t rk_iommu_unmap_iova(struct rk_iommu_domain *rk_domain, in rk_iommu_unmap_iova() 775 static int rk_iommu_map_iova(struct rk_iommu_domain *rk_domain, u32 *pte_addr, in rk_iommu_map_iova() [all …]
|