Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c1474 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()
[all …]