Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Diova.h155 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-v5.4/drivers/iommu/
Diova.c706 copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) in copy_reserved_iova() function
726 EXPORT_SYMBOL_GPL(copy_reserved_iova);
Damd_iommu.c1935 copy_reserved_iova(&reserved_iova_ranges, &dma_dom->iovad); in dma_ops_domain_alloc()
Dintel-iommu.c1830 copy_reserved_iova(&reserved_iova_list, &domain->iovad); in domain_reserve_special_ranges()