Lines Matching defs:iommu_group
4093 struct iommu_group *iommu_group; member
79668 struct iommu_group { struct
79669 struct kobject kobj;
79670 struct kobject *devices_kobj;
79671 struct list_head devices;
79672 struct xarray pasid_array;
79673 struct mutex mutex;
79674 void *iommu_data;
79675 void (*iommu_data_release)(void *);
79676 char *name;
79677 int id;
79678 struct iommu_domain *default_domain;
79679 struct iommu_domain *blocking_domain;
79680 struct iommu_domain *domain;
79681 struct list_head entry;
79682 unsigned int owner_cnt;
79683 void *owner;