Searched defs:iommu_group (Results 1 – 6 of 6) sorted by relevance
53 struct iommu_group { struct54 struct kobject kobj;55 struct kobject *devices_kobj;56 struct list_head devices;57 struct xarray pasid_array;58 struct mutex mutex;82 /* Iterate over each struct group_device in a struct iommu_group */ argument
56 struct iommu_group *iommu_group, enum vfio_group_type type) in vfio_noiommu_attach_group()62 struct iommu_group *iommu_group) in vfio_noiommu_detach_group()536 struct iommu_group *iommu_group = device->group->iommu_group; in vfio_device_container_pin_pages() local
1237 struct iommu_group *iommu_group, enum vfio_group_type type) in tce_iommu_attach_group()1318 struct iommu_group *iommu_group) in tce_iommu_detach_group()
28 struct iommu_group *iommu_group; member
715 struct iommu_group *iommu_group; member
1202 struct iommu_group {}; struct