Lines Matching refs:child_table
1474 struct pvr_page_table_l1 *child_table) in pvr_page_table_l2_insert() argument
1483 child_table->backing_page.dma_addr); in pvr_page_table_l2_insert()
1485 child_table->parent = l2_table; in pvr_page_table_l2_insert()
1486 child_table->parent_idx = op_ctx->curr_page.l2_idx; in pvr_page_table_l2_insert()
1487 l2_table->entries[op_ctx->curr_page.l2_idx] = child_table; in pvr_page_table_l2_insert()
1489 op_ctx->curr_page.l1_table = child_table; in pvr_page_table_l2_insert()
1537 struct pvr_page_table_l0 *child_table) in pvr_page_table_l1_insert() argument
1544 child_table->backing_page.dma_addr); in pvr_page_table_l1_insert()
1546 child_table->parent = op_ctx->curr_page.l1_table; in pvr_page_table_l1_insert()
1547 child_table->parent_idx = op_ctx->curr_page.l1_idx; in pvr_page_table_l1_insert()
1548 op_ctx->curr_page.l1_table->entries[op_ctx->curr_page.l1_idx] = child_table; in pvr_page_table_l1_insert()
1550 op_ctx->curr_page.l0_table = child_table; in pvr_page_table_l1_insert()