Home
last modified time | relevance | path

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

/include/linux/
Diommu.h27 struct iommu_domain { struct
32 int (*domain_init)(struct iommu_domain *domain); argument
33 void (*domain_destroy)(struct iommu_domain *domain);
34 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);
35 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);
36 int (*map)(struct iommu_domain *domain, unsigned long iova,
38 void (*unmap)(struct iommu_domain *domain, unsigned long iova,
40 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain,
48 extern struct iommu_domain *iommu_domain_alloc(void);
49 extern void iommu_domain_free(struct iommu_domain *domain);
[all …]