Searched refs:pt_cache (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 436 static struct kmem_cache *pt_cache; variable 518 kmem_cache_free(pt_cache, data); in free_pt() 1147 kmem_cache_free_bulk(pt_cache, remaining_pt_count, in panthor_vm_cleanup_op_ctx() 1266 if (!kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_op_ctx_prealloc_pts() 1399 if (!kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_unmap_op_ctx() 3349 pt_cache = kmem_cache_create("panthor-mmu-pt", SZ_4K, SZ_4K, 0, NULL); in panthor_mmu_pt_cache_init() 3350 if (!pt_cache) in panthor_mmu_pt_cache_init() 3361 kmem_cache_destroy(pt_cache); in panthor_mmu_pt_cache_fini()
|