Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c159 } rsvd_page_tables; member
463 vm->op_ctx->rsvd_page_tables.ptr >= vm->op_ctx->rsvd_page_tables.count)) in alloc_pt()
466 page = vm->op_ctx->rsvd_page_tables.pages[vm->op_ctx->rsvd_page_tables.ptr++]; in alloc_pt()
1117 u32 remaining_pt_count = op_ctx->rsvd_page_tables.count - in panthor_vm_cleanup_op_ctx()
1118 op_ctx->rsvd_page_tables.ptr; in panthor_vm_cleanup_op_ctx()
1122 op_ctx->rsvd_page_tables.pages + in panthor_vm_cleanup_op_ctx()
1123 op_ctx->rsvd_page_tables.ptr); in panthor_vm_cleanup_op_ctx()
1126 kfree(op_ctx->rsvd_page_tables.pages); in panthor_vm_cleanup_op_ctx()
1298 op_ctx->rsvd_page_tables.pages = kcalloc(pt_count, in panthor_vm_prepare_map_op_ctx()
1299 sizeof(*op_ctx->rsvd_page_tables.pages), in panthor_vm_prepare_map_op_ctx()
[all …]