Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h5903 const struct iommu_ops *iommu_ops; member
5977 struct iommu_ops { struct
5978 bool (*capable)(enum iommu_cap);
5979 struct iommu_domain * (*domain_alloc)(unsigned int);
5980 void (*domain_free)(struct iommu_domain *);
5981 int (*attach_dev)(struct iommu_domain *, struct device *);
5982 void (*detach_dev)(struct iommu_domain *, struct device *);
5983 int (*map)(struct iommu_domain *, long unsigned int, phys_addr_t, size_t, int, gfp_t);
5984 …ages)(struct iommu_domain *, long unsigned int, phys_addr_t, size_t, size_t, int, gfp_t, size_t *);
5985 size_t (*unmap)(struct iommu_domain *, long unsigned int, size_t, struct iommu_iotlb_gather *);
[all …]