Lines Matching refs:etnaviv_iommuv2_context
30 struct etnaviv_iommuv2_context { struct
41 static struct etnaviv_iommuv2_context * argument
44 return container_of(context, struct etnaviv_iommuv2_context, base); in to_v2_context()
49 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_free()
69 etnaviv_iommuv2_ensure_stlb(struct etnaviv_iommuv2_context *v2_context, in etnaviv_iommuv2_ensure_stlb()
96 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_map()
124 struct etnaviv_iommuv2_context *etnaviv_domain = to_v2_context(context); in etnaviv_iommuv2_unmap()
140 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_dump_size()
153 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_dump()
168 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_restore_nonsec()
192 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_restore_sec()
233 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_get_mtlb_addr()
240 struct etnaviv_iommuv2_context *v2_context = to_v2_context(context); in etnaviv_iommuv2_get_pta_id()
272 struct etnaviv_iommuv2_context *v2_context; in etnaviv_iommuv2_context_alloc()