Searched defs:mm_iommu_table_group_mem_t (Results 1 – 1 of 1) sorted by relevance
22 struct mm_iommu_table_group_mem_t { struct23 struct list_head next;24 struct rcu_head rcu;25 unsigned long used;26 atomic64_t mapped;27 u64 ua; /* userspace address */28 u64 entries; /* number of entries in hpas[] */29 u64 *hpas; /* vmalloc'ed */