Searched defs:mm_iommu_table_group_mem_t (Results 1 – 1 of 1) sorted by relevance
30 struct mm_iommu_table_group_mem_t { struct31 struct list_head next;32 struct rcu_head rcu;33 unsigned long used;34 atomic64_t mapped;35 unsigned int pageshift;36 u64 ua; /* userspace address */37 u64 entries; /* number of entries in hpas[] */38 u64 *hpas; /* vmalloc'ed */