Searched refs:s390_domain (Results 1 – 2 of 2) sorted by relevance
27 struct s390_domain { struct311 static struct s390_domain *to_s390_domain(struct iommu_domain *dom) in to_s390_domain()313 return container_of(dom, struct s390_domain, domain); in to_s390_domain()332 struct s390_domain *s390_domain; in s390_domain_alloc_paging() local334 s390_domain = kzalloc(sizeof(*s390_domain), GFP_KERNEL); in s390_domain_alloc_paging()335 if (!s390_domain) in s390_domain_alloc_paging()338 s390_domain->dma_table = dma_alloc_cpu_table(GFP_KERNEL); in s390_domain_alloc_paging()339 if (!s390_domain->dma_table) { in s390_domain_alloc_paging()340 kfree(s390_domain); in s390_domain_alloc_paging()343 s390_domain->domain.geometry.force_aperture = true; in s390_domain_alloc_paging()[all …]
99 struct s390_domain;184 struct s390_domain *s390_domain; /* s390 IOMMU domain data */ member