Lines Matching defs:dmar_domain
587 struct dmar_domain { struct
588 int nid; /* node id */
589 struct xarray iommu_array; /* Attached IOMMU array */
591 u8 has_iotlb_device: 1;
592 u8 iommu_coherency: 1; /* indicate coherency of iommu access */
593 u8 force_snooping : 1; /* Create IOPTEs with snoop control */
594 u8 set_pte_snp:1;
595 u8 use_first_level:1; /* DMA translation for the domain goes
600 u8 dirty_tracking:1; /* Dirty tracking is enabled */
601 u8 nested_parent:1; /* Has other domains nested on it */
602 u8 has_mappings:1; /* Has mappings configured through
606 spinlock_t lock; /* Protect device tracking lists */
607 struct list_head devices; /* all devices' list */
608 struct list_head dev_pasids; /* all attached pasids */
610 int iommu_superpage;/* Level of superpages supported:
613 union {
649 struct iommu_domain domain; /* generic domain data structure for