Searched refs:pt_cache (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_mmu.c | 419 static struct kmem_cache *pt_cache; variable 501 kmem_cache_free(pt_cache, data); in free_pt() 1121 kmem_cache_free_bulk(pt_cache, remaining_pt_count, in panthor_vm_cleanup_op_ctx() 1306 ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_map_op_ctx() 1362 ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_unmap_op_ctx() 2798 pt_cache = kmem_cache_create("panthor-mmu-pt", SZ_4K, SZ_4K, 0, NULL); in panthor_mmu_pt_cache_init() 2799 if (!pt_cache) in panthor_mmu_pt_cache_init() 2810 kmem_cache_destroy(pt_cache); in panthor_mmu_pt_cache_fini()
|