Searched refs:v1_context (Results 1 – 1 of 1) sorted by relevance
40 v1_context->pgtable_dma); in etnaviv_iommuv1_free()44 kfree(v1_context); in etnaviv_iommuv1_free()57 v1_context->pgtable_cpu[index] = paddr; in etnaviv_iommuv1_map()107 pgtable = (u32)v1_context->pgtable_dma; in etnaviv_iommuv1_restore()129 struct etnaviv_iommuv1_context *v1_context; in etnaviv_iommuv1_context_alloc() local146 v1_context = kzalloc(sizeof(*v1_context), GFP_KERNEL); in etnaviv_iommuv1_context_alloc()147 if (!v1_context) { in etnaviv_iommuv1_context_alloc()153 &v1_context->pgtable_dma, in etnaviv_iommuv1_context_alloc()155 if (!v1_context->pgtable_cpu) in etnaviv_iommuv1_context_alloc()160 context = &v1_context->base; in etnaviv_iommuv1_context_alloc()[all …]