Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1296 u64 pt_count = ((ALIGN(va + size, 1ull << 39) - ALIGN_DOWN(va, 1ull << 39)) >> 39) + in panthor_vm_op_ctx_prealloc_pts() local
1301 pt_count); in panthor_vm_op_ctx_prealloc_pts()
1305 if (!kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_op_ctx_prealloc_pts()
1310 op_ctx->rsvd_page_tables.count = pt_count; in panthor_vm_op_ctx_prealloc_pts()
1421 u32 pt_count = 0; in panthor_vm_prepare_unmap_op_ctx() local
1433 pt_count++; in panthor_vm_prepare_unmap_op_ctx()
1437 pt_count++; in panthor_vm_prepare_unmap_op_ctx()
1443 if (pt_count) { in panthor_vm_prepare_unmap_op_ctx()
1445 pt_count); in panthor_vm_prepare_unmap_op_ctx()
1451 if (!kmem_cache_alloc_bulk(pt_cache, GFP_KERNEL, pt_count, in panthor_vm_prepare_unmap_op_ctx()
[all …]