Home
last modified time | relevance | path

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

/linux-5.10/drivers/vfio/
Dvfio_iommu_type1.c64 struct vfio_iommu { struct
65 struct list_head domain_list;
66 struct list_head iova_list;
67 struct vfio_domain *external_domain; /* domain for external user */
68 struct mutex lock;
69 struct rb_root dma_list;
70 struct blocking_notifier_head notifier;
71 unsigned int dma_avail;
72 uint64_t pgsize_bitmap;
73 bool v2;
[all …]