Searched defs:dmar_domain (Results 1 – 2 of 2) sorted by relevance
381 struct dmar_domain { struct382 int nid; /* node id */384 unsigned iommu_refcnt[DMAR_UNITS_SUPPORTED];388 u16 iommu_did[DMAR_UNITS_SUPPORTED];393 struct list_head devices; /* all devices' list */394 struct iova_domain iovad; /* iova's that belong to this domain */396 struct dma_pte *pgd; /* virtual address */397 int gaw; /* max guest address width */400 int agaw;402 int flags; /* flags to find out type of domain */[all …]
220 static struct irq_domain *dmar_domain; in dmar_get_irq_domain() local