Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/intel/
Diommu.h536 struct dmar_domain { struct
537 int nid; /* node id */
538 struct xarray iommu_array; /* Attached IOMMU array */
540 u8 has_iotlb_device: 1;
541 u8 iommu_coherency: 1; /* indicate coherency of iommu access */
542 u8 force_snooping : 1; /* Create IOPTEs with snoop control */
543 u8 set_pte_snp:1;
545 spinlock_t lock; /* Protect device tracking lists */
546 struct list_head devices; /* all devices' list */
548 struct dma_pte *pgd; /* virtual address */
[all …]
Diommu.c1594 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_flush_iotlb_all() local
4164 struct dmar_domain *dmar_domain; in intel_iommu_domain_alloc() local
4207 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in prepare_domain_attach_device() local
4284 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_map() local
4342 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_unmap() local
4380 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_tlb_sync() local
4402 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_iova_to_phys() local
4453 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_enforce_cache_coherency() local
4725 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_iotlb_sync_map() local
/Linux-v6.1/arch/x86/kernel/apic/
Dmsi.c304 static struct irq_domain *dmar_domain; in dmar_get_irq_domain() local