Searched defs:dmar_domain (Results 1 – 4 of 4) sorted by relevance
534 struct dmar_domain { struct535 int nid; /* node id */537 unsigned int iommu_refcnt[DMAR_UNITS_SUPPORTED];541 u16 iommu_did[DMAR_UNITS_SUPPORTED];546 u8 has_iotlb_device: 1;550 struct list_head devices; /* all devices' list */554 struct dma_pte *pgd; /* virtual address */555 int gaw; /* max guest address width */558 int agaw;564 u64 max_addr; /* maximum mapped address */[all …]
1804 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_flush_iotlb_all() local4637 struct dmar_domain *dmar_domain; in intel_iommu_domain_alloc() local4857 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in prepare_domain_attach_device() local5010 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_sva_invalidate() local5142 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_map() local5200 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_unmap() local5239 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_tlb_sync() local5259 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_iova_to_phys() local5573 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_aux_get_pasid() local5588 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
Completed in 29 milliseconds