Home
last modified time | relevance | path

Searched refs:dev_pasids (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iommu/intel/
H A Dsvm.c90 list_for_each_entry(dev_pasid, &domain->dev_pasids, link_domain) { in intel_mm_release()
222 INIT_LIST_HEAD(&domain->dev_pasids); in intel_svm_domain_alloc()
H A Dnested.c230 INIT_LIST_HEAD(&domain->dev_pasids); in intel_iommu_domain_alloc_nested()
H A Diommu.c2787 INIT_LIST_HEAD(&domain->dev_pasids); in paging_domain_alloc()
3538 list_for_each_entry(curr, &dmar_domain->dev_pasids, link_domain) { in domain_remove_dev_pasid()
3594 list_add(&dev_pasid->link_domain, &dmar_domain->dev_pasids); in domain_add_dev_pasid()
H A Diommu.h618 struct list_head dev_pasids; /* all attached pasids */ member