Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Dintel-iommu.c316 struct dmar_domain { struct
317 int id; /* domain id */
318 int nid; /* node id */
322 struct list_head devices; /* all devices' list */
323 struct iova_domain iovad; /* iova's that belong to this domain */
325 struct dma_pte *pgd; /* virtual address */
326 int gaw; /* max guest address width */
329 int agaw;
354 struct dmar_domain *domain; /* pointer to domain */ argument
4369 struct dmar_domain *dmar_domain; in intel_iommu_domain_alloc() local
[all …]