Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/intel/
H A Dnested.c25 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_nested_attach_dev() local
80 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_nested_domain_free() local
93 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_nested_cache_invalidate_user() local
150 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_nested_set_dev_pasid() local
H A Diommu.h601 struct dmar_domain { struct
602 int nid; /* node id */
603 struct xarray iommu_array; /* Attached IOMMU array */
607 u8 set_pte_snp:1;
613 u8 dirty_tracking:1; /* Dirty tracking is enabled */
615 u8 has_mappings:1; /* Has mappings configured through
619 spinlock_t lock; /* Protect device tracking lists */
620 struct list_head devices; /* all devices' list */
621 struct list_head dev_pasids; /* all attached pasids */
624 struct list_head cache_tags; /* Cache tag list */
[all …]
H A Diommu.c3381 struct dmar_domain *dmar_domain; in intel_iommu_domain_alloc_paging_flags() local
3434 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_domain_free() local
3444 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in paging_domain_compatible() local
3502 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_map() local
3560 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_unmap() local
3613 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_iova_to_phys() local
3665 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_enforce_cache_coherency() local
4018 struct dmar_domain *dmar_domain; in domain_remove_dev_pasid() local
4064 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in domain_add_dev_pasid() local
4101 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_iommu_set_dev_pasid() local
[all …]
H A Dsvm.c186 struct dmar_domain *dmar_domain = to_dmar_domain(domain); in intel_svm_domain_free() local
/linux-6.15/arch/x86/kernel/apic/
H A Dmsi.c345 static struct irq_domain *dmar_domain; in dmar_get_irq_domain() local