Searched defs:dmar_domain (Results 1 – 3 of 3) sorted by relevance
392 struct dmar_domain { struct393 int nid; /* node id */395 unsigned iommu_refcnt[DMAR_UNITS_SUPPORTED];399 u16 iommu_did[DMAR_UNITS_SUPPORTED];404 bool has_iotlb_device;405 struct list_head devices; /* all devices' list */406 struct iova_domain iovad; /* iova's that belong to this domain */408 struct dma_pte *pgd; /* virtual address */409 int gaw; /* max guest address width */412 int agaw;[all …]
235 static struct irq_domain *dmar_domain; in dmar_get_irq_domain() local
4965 struct dmar_domain *dmar_domain; in intel_iommu_domain_alloc() local4999 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_attach_device() local5070 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_map() local5107 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_unmap() local5142 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_iova_to_phys() local