Searched refs:s390_domain (Results 1 – 4 of 4) sorted by relevance
24 struct s390_domain { struct37 static struct s390_domain *to_s390_domain(struct iommu_domain *dom) in to_s390_domain() argument39 return container_of(dom, struct s390_domain, domain); in to_s390_domain()56 struct s390_domain *s390_domain; in s390_domain_alloc() local61 s390_domain = kzalloc(sizeof(*s390_domain), GFP_KERNEL); in s390_domain_alloc()62 if (!s390_domain) in s390_domain_alloc()65 s390_domain->dma_table = dma_alloc_cpu_table(); in s390_domain_alloc()66 if (!s390_domain->dma_table) { in s390_domain_alloc()67 kfree(s390_domain); in s390_domain_alloc()71 spin_lock_init(&s390_domain->dma_table_lock); in s390_domain_alloc()[all …]
99 struct s390_domain;193 struct s390_domain *s390_domain; /* s390 IOMMU domain data */ member
557 WARN_ON(zdev->s390_domain); in zpci_dma_init_device()628 WARN_ON(zdev->s390_domain); in zpci_dma_exit_device()
64 return zdev->s390_domain; in is_passed_through()