Searched defs:s390_domain (Results 1 – 1 of 1) sorted by relevance
27 struct s390_domain { struct28 struct iommu_domain domain;29 struct list_head devices;30 struct zpci_iommu_ctrs ctrs;31 unsigned long *dma_table;32 spinlock_t list_lock;33 struct rcu_head rcu;34 u8 origin_type;531 struct s390_domain *s390_domain; in s390_domain_alloc_paging() local572 struct s390_domain *s390_domain = container_of(head, struct s390_domain, rcu); in s390_iommu_rcu_free_domain() local[all …]