Lines Matching refs:unmap
1446 } unmap; member
1521 op_ctx->curr_page.l1_table->next_free = op_ctx->unmap.l1_free_tables; in pvr_page_table_l2_remove()
1522 op_ctx->unmap.l1_free_tables = op_ctx->curr_page.l1_table; in pvr_page_table_l2_remove()
1584 op_ctx->curr_page.l0_table->next_free = op_ctx->unmap.l0_free_tables; in pvr_page_table_l1_remove()
1585 op_ctx->unmap.l0_free_tables = op_ctx->curr_page.l0_table; in pvr_page_table_l1_remove()
2317 while (op_ctx->unmap.l0_free_tables) { in pvr_mmu_op_context_destroy()
2318 struct pvr_page_table_l0 *tmp = op_ctx->unmap.l0_free_tables; in pvr_mmu_op_context_destroy()
2320 op_ctx->unmap.l0_free_tables = in pvr_mmu_op_context_destroy()
2321 op_ctx->unmap.l0_free_tables->next_free; in pvr_mmu_op_context_destroy()
2325 while (op_ctx->unmap.l1_free_tables) { in pvr_mmu_op_context_destroy()
2326 struct pvr_page_table_l1 *tmp = op_ctx->unmap.l1_free_tables; in pvr_mmu_op_context_destroy()
2328 op_ctx->unmap.l1_free_tables = in pvr_mmu_op_context_destroy()
2329 op_ctx->unmap.l1_free_tables->next_free; in pvr_mmu_op_context_destroy()