Searched defs:dmar_domain (Results 1 – 4 of 4) sorted by relevance
537 struct dmar_domain { struct538 int nid; /* node id */540 unsigned int iommu_refcnt[DMAR_UNITS_SUPPORTED];544 u16 iommu_did[DMAR_UNITS_SUPPORTED];549 u8 has_iotlb_device: 1;550 u8 iommu_coherency: 1; /* indicate coherency of iommu access */551 u8 iommu_snooping: 1; /* indicate snooping control feature */553 struct list_head devices; /* all devices' list */554 struct list_head subdevices; /* all subdevices' list */555 struct iova_domain iovad; /* iova's that belong to this domain */[all …]
1689 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_flush_iotlb_all() local4513 struct dmar_domain *dmar_domain; in intel_iommu_domain_alloc() local4733 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in prepare_domain_attach_device() local4886 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_sva_invalidate() local5018 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_map() local5076 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_unmap() local5115 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_tlb_sync() local5135 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_iova_to_phys() local5497 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_aux_get_pasid() local5512 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_enable_nesting() local[all …]
326 struct dmar_domain *dmar_domain; in intel_svm_bind_gpasid() local
306 static struct irq_domain *dmar_domain; in dmar_get_irq_domain() local