Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c420 static struct kmem_cache *pt_cache; variable
502 kmem_cache_free(pt_cache, data); in free_pt()
1122 kmem_cache_free_bulk(pt_cache, remaining_pt_count, in panthor_vm_cleanup_op_ctx()
1307 ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_map_op_ctx()
1363 ret = kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_unmap_op_ctx()
2842 pt_cache = kmem_cache_create("panthor-mmu-pt", SZ_4K, SZ_4K, 0, NULL); in panthor_mmu_pt_cache_init()
2843 if (!pt_cache) in panthor_mmu_pt_cache_init()
2854 kmem_cache_destroy(pt_cache); in panthor_mmu_pt_cache_fini()