Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/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);
/Linux-v5.10/drivers/iommu/intel/
Diommu.c5110 copy_reserved_iova(&reserved_iova_list, &dmar_domain->iovad); in intel_init_iova_domain()