Home
last modified time | relevance | path

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

/include/linux/
Dintel-iommu.h476 struct dmar_domain { struct
477 int nid; /* node id */
479 unsigned iommu_refcnt[DMAR_UNITS_SUPPORTED];
483 u16 iommu_did[DMAR_UNITS_SUPPORTED];
487 unsigned int auxd_refcnt; /* Refcount of auxiliary attaching */
489 bool has_iotlb_device;
490 struct list_head devices; /* all devices' list */
491 struct list_head auxd; /* link to device's auxiliary list */
492 struct iova_domain iovad; /* iova's that belong to this domain */
494 struct dma_pte *pgd; /* virtual address */
[all …]