Home
last modified time | relevance | path

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

/linux-3.3/drivers/iommu/
Dintel-iommu.c359 struct dmar_domain { struct
360 int id; /* domain id */
361 int nid; /* node id */
362 unsigned long iommu_bmp; /* bitmap of iommus this domain uses*/
364 struct list_head devices; /* all devices' list */
365 struct iova_domain iovad; /* iova's that belong to this domain */
367 struct dma_pte *pgd; /* virtual address */
368 int gaw; /* max guest address width */
394 struct dmar_domain *domain; /* pointer to domain */ argument
3903 struct dmar_domain *dmar_domain; in intel_iommu_domain_init() local
[all …]