Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Diova.h156 void copy_reserved_iova(struct iova_domain *from, struct iova_domain *to);
230 static inline void copy_reserved_iova(struct iova_domain *from, in copy_reserved_iova() function
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diova.c806 copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) in copy_reserved_iova() function
826 EXPORT_SYMBOL_GPL(copy_reserved_iova);
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Diommu.c5201 copy_reserved_iova(&reserved_iova_list, &dmar_domain->iovad); in intel_init_iova_domain()