Searched refs:s390_domain (Results 1 – 4 of 4) sorted by relevance
19 struct s390_domain { struct27 static struct s390_domain *to_s390_domain(struct iommu_domain *dom) in to_s390_domain() argument29 return container_of(dom, struct s390_domain, domain); in to_s390_domain()44 struct s390_domain *s390_domain; in s390_domain_alloc() local49 s390_domain = kzalloc(sizeof(*s390_domain), GFP_KERNEL); in s390_domain_alloc()50 if (!s390_domain) in s390_domain_alloc()53 s390_domain->dma_table = dma_alloc_cpu_table(GFP_KERNEL); in s390_domain_alloc()54 if (!s390_domain->dma_table) { in s390_domain_alloc()55 kfree(s390_domain); in s390_domain_alloc()58 s390_domain->domain.geometry.force_aperture = true; in s390_domain_alloc()[all …]
99 struct s390_domain;194 struct s390_domain *s390_domain; /* s390 IOMMU domain data */ member
589 WARN_ON(zdev->s390_domain); in zpci_dma_init_device()659 WARN_ON(zdev->s390_domain); in zpci_dma_exit_device()
64 return zdev->s390_domain; in is_passed_through()