Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Diova.h156 void copy_reserved_iova(struct iova_domain *from, struct iova_domain *to);
228 static inline void copy_reserved_iova(struct iova_domain *from, in copy_reserved_iova() function
/Linux-v4.19/drivers/iommu/
Diova.c696 copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) in copy_reserved_iova() function
716 EXPORT_SYMBOL_GPL(copy_reserved_iova);
Damd_iommu.c1808 copy_reserved_iova(&reserved_iova_ranges, &dma_dom->iovad); in dma_ops_domain_alloc()
Dintel-iommu.c1909 copy_reserved_iova(&reserved_iova_list, &domain->iovad); in domain_reserve_special_ranges()