Home
last modified time | relevance | path

Searched refs:v2_context (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_iommu_v2.c55 if (v2_context->stlb_cpu[i]) in etnaviv_iommuv2_free()
62 v2_context->mtlb_dma); in etnaviv_iommuv2_free()
66 vfree(v2_context); in etnaviv_iommuv2_free()
75 v2_context->stlb_cpu[stlb] = in etnaviv_iommuv2_ensure_stlb()
86 v2_context->mtlb_cpu[stlb] = in etnaviv_iommuv2_ensure_stlb()
219 context->global->v2.pta_cpu[v2_context->id] = v2_context->mtlb_dma | in etnaviv_iommuv2_restore_sec()
242 return v2_context->id; in etnaviv_iommuv2_get_pta_id()
275 v2_context = vzalloc(sizeof(*v2_context)); in etnaviv_iommuv2_context_alloc()
276 if (!v2_context) in etnaviv_iommuv2_context_alloc()
298 global->v2.pta_cpu[v2_context->id] = v2_context->mtlb_dma; in etnaviv_iommuv2_context_alloc()
[all …]

Completed in 4 milliseconds