Home
last modified time | relevance | path

Searched defs:mm_iommu_table_group_mem_t (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/arch/powerpc/mm/book3s64/
Diommu_api.c27 struct mm_iommu_table_group_mem_t { struct
28 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