Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/vfio/
Dcontainer.c18 struct vfio_container { struct
19 struct kref kref;
20 struct list_head group_list;
21 struct rw_semaphore group_lock;
22 struct vfio_iommu_driver *iommu_driver;
23 void *iommu_data;
24 bool noiommu;
/kernel/linux/linux-5.10/drivers/vfio/
Dvfio.c56 struct vfio_container { struct
75 struct vfio_container *container; argument