Home
last modified time | relevance | path

Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Diommu.h249 struct iommu_ops { struct
250 bool (*capable)(enum iommu_cap);
253 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
254 void (*domain_free)(struct iommu_domain *);
256 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);
257 void (*detach_dev)(struct iommu_domain *domain, struct device *dev);
258 int (*map)(struct iommu_domain *domain, unsigned long iova,
260 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova,
262 void (*flush_iotlb_all)(struct iommu_domain *domain);
263 void (*iotlb_sync_map)(struct iommu_domain *domain);
[all …]
Ddevice.h141 const struct iommu_ops *iommu_ops; member
/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c2018 const struct dma_map_ops iommu_ops = { variable