Searched defs:vfio_domain (Results 1 – 2 of 2) sorted by relevance
80 struct vfio_domain { struct81 struct iommu_domain *domain;82 struct list_head next;83 struct list_head group_list;84 int prot; /* IOMMU_CACHE */85 bool fgsp; /* Fine-grained super pages */
80 struct vfio_domain { struct81 struct iommu_domain *domain;82 struct list_head next;83 struct list_head group_list;84 bool fgsp : 1; /* Fine-grained super pages */85 bool enforce_cache_coherency : 1;