Searched refs:rsvd_page_tables (Results 1 – 1 of 1) sorted by relevance
182 } rsvd_page_tables; member495 vm->op_ctx->rsvd_page_tables.ptr >= vm->op_ctx->rsvd_page_tables.count)) in alloc_pt()498 page = vm->op_ctx->rsvd_page_tables.pages[vm->op_ctx->rsvd_page_tables.ptr++]; in alloc_pt()1172 u32 remaining_pt_count = op_ctx->rsvd_page_tables.count - in panthor_vm_cleanup_op_ctx()1173 op_ctx->rsvd_page_tables.ptr; in panthor_vm_cleanup_op_ctx()1187 op_ctx->rsvd_page_tables.pages + in panthor_vm_cleanup_op_ctx()1188 op_ctx->rsvd_page_tables.ptr); in panthor_vm_cleanup_op_ctx()1191 kfree(op_ctx->rsvd_page_tables.pages); in panthor_vm_cleanup_op_ctx()1300 op_ctx->rsvd_page_tables.pages = kzalloc_objs(*op_ctx->rsvd_page_tables.pages, in panthor_vm_op_ctx_prealloc_pts()1302 if (!op_ctx->rsvd_page_tables.pages) in panthor_vm_op_ctx_prealloc_pts()[all …]