Searched refs:child_table (Results 1 – 1 of 1) sorted by relevance
1480 struct pvr_page_table_l1 *child_table) in pvr_page_table_l2_insert() argument1489 child_table->backing_page.dma_addr); in pvr_page_table_l2_insert()1491 child_table->parent = l2_table; in pvr_page_table_l2_insert()1492 child_table->parent_idx = op_ctx->curr_page.l2_idx; in pvr_page_table_l2_insert()1493 l2_table->entries[op_ctx->curr_page.l2_idx] = child_table; in pvr_page_table_l2_insert()1495 op_ctx->curr_page.l1_table = child_table; in pvr_page_table_l2_insert()1543 struct pvr_page_table_l0 *child_table) in pvr_page_table_l1_insert() argument1550 child_table->backing_page.dma_addr); in pvr_page_table_l1_insert()1552 child_table->parent = op_ctx->curr_page.l1_table; in pvr_page_table_l1_insert()1553 child_table->parent_idx = op_ctx->curr_page.l1_idx; in pvr_page_table_l1_insert()[all …]