Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dintel-iommu.c381 struct dmar_domain { struct
382 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 …]
/linux-4.4.14/arch/x86/kernel/apic/
Dmsi.c220 static struct irq_domain *dmar_domain; in dmar_get_irq_domain() local