Searched defs:vfio_group (Results 1 – 2 of 2) sorted by relevance
70 struct vfio_group { struct71 struct kref kref;72 int minor;73 atomic_t container_users;74 struct iommu_group *iommu_group;75 struct vfio_container *container;76 struct list_head device_list;77 struct mutex device_lock;78 struct device *dev;79 struct notifier_block nb;[all …]
134 struct vfio_group *vfio_group; member894 struct vfio_group *vfio_group; in intel_vgpu_open_device() local