Searched defs:mm_iommu_table_group_mem_t (Results 1 – 1 of 1) sorted by relevance
27 struct mm_iommu_table_group_mem_t { struct28 struct list_head next;29 struct rcu_head rcu;30 unsigned long used;31 atomic64_t mapped;32 unsigned int pageshift;33 u64 ua; /* userspace address */34 u64 entries; /* number of entries in hpas/hpages[] */58 struct mm_iommu_table_group_mem_t **pmem) in mm_iommu_do_alloc() argument