Home
last modified time | relevance | path

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

/include/linux/
Diommu.h662 struct iommu_domain_ops { struct
663 int (*attach_dev)(struct iommu_domain *domain, struct device *dev);
664 int (*set_dev_pasid)(struct iommu_domain *domain, struct device *dev,
667 int (*map_pages)(struct iommu_domain *domain, unsigned long iova,
670 size_t (*unmap_pages)(struct iommu_domain *domain, unsigned long iova,
674 void (*flush_iotlb_all)(struct iommu_domain *domain);
675 int (*iotlb_sync_map)(struct iommu_domain *domain, unsigned long iova,
677 void (*iotlb_sync)(struct iommu_domain *domain,
679 int (*cache_invalidate_user)(struct iommu_domain *domain,
682 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain,
[all …]