Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dintel-iommu.h392 struct dmar_domain { struct
393 int nid; /* node id */
395 unsigned iommu_refcnt[DMAR_UNITS_SUPPORTED];
399 u16 iommu_did[DMAR_UNITS_SUPPORTED];
404 bool has_iotlb_device;
405 struct list_head devices; /* all devices' list */
406 struct iova_domain iovad; /* iova's that belong to this domain */
408 struct dma_pte *pgd; /* virtual address */
409 int gaw; /* max guest address width */
412 int agaw;
[all …]
/Linux-v4.19/arch/x86/kernel/apic/
Dmsi.c235 static struct irq_domain *dmar_domain; in dmar_get_irq_domain() local
/Linux-v4.19/drivers/iommu/
Dintel-iommu.c4965 struct dmar_domain *dmar_domain; in intel_iommu_domain_alloc() local
4999 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_attach_device() local
5070 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_map() local
5107 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_unmap() local
5142 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_iova_to_phys() local