Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/
Dintel-iommu.c321 struct dmar_domain { struct
322 int id; /* domain id */
323 int nid; /* node id */
324 unsigned long iommu_bmp; /* bitmap of iommus this domain uses*/
326 struct list_head devices; /* all devices' list */
327 struct iova_domain iovad; /* iova's that belong to this domain */
329 struct dma_pte *pgd; /* virtual address */
353 struct dmar_domain *domain; /* pointer to domain */ argument
3566 struct dmar_domain *dmar_domain; in intel_iommu_domain_init() local
3587 struct dmar_domain *dmar_domain = domain->priv; in intel_iommu_domain_destroy() local
[all …]