Home
last modified time | relevance | path

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

/drivers/iommu/
Dintel-iommu.c368 struct dmar_domain { struct
369 int id; /* domain id */
370 int nid; /* node id */
374 struct list_head devices; /* all devices' list */
375 struct iova_domain iovad; /* iova's that belong to this domain */
377 struct dma_pte *pgd; /* virtual address */
378 int gaw; /* max guest address width */
404 struct dmar_domain *domain; /* pointer to domain */ argument
3977 struct dmar_domain *dmar_domain; in intel_iommu_domain_init() local
4003 struct dmar_domain *dmar_domain = domain->priv; in intel_iommu_domain_destroy() local
[all …]