Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Diova.h83 void copy_reserved_iova(struct iova_domain *from, struct iova_domain *to);
/linux-4.4.14/drivers/iommu/
Diova.c493 copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) in copy_reserved_iova() function
510 EXPORT_SYMBOL_GPL(copy_reserved_iova);
Dintel-iommu.c1844 copy_reserved_iova(&reserved_iova_list, &domain->iovad); in domain_reserve_special_ranges()