Lines Matching refs:parent_idx
1031 u16 parent_idx; member
1063 table->parent_idx = PVR_IDX_INVALID; in pvr_page_table_l1_init()
1207 u16 parent_idx; member
1239 table->parent_idx = PVR_IDX_INVALID; in pvr_page_table_l0_init()
1486 child_table->parent_idx = op_ctx->curr_page.l2_idx; in pvr_page_table_l2_insert()
1507 op_ctx->curr_page.l1_table->parent_idx); in pvr_page_table_l2_remove()
1513 l2_table->entries[op_ctx->curr_page.l1_table->parent_idx] = NULL; in pvr_page_table_l2_remove()
1514 op_ctx->curr_page.l1_table->parent_idx = PVR_IDX_INVALID; in pvr_page_table_l2_remove()
1547 child_table->parent_idx = op_ctx->curr_page.l1_idx; in pvr_page_table_l1_insert()
1569 op_ctx->curr_page.l0_table->parent_idx); in pvr_page_table_l1_remove()
1576 op_ctx->curr_page.l1_table->entries[op_ctx->curr_page.l0_table->parent_idx] = NULL; in pvr_page_table_l1_remove()
1577 op_ctx->curr_page.l0_table->parent_idx = PVR_IDX_INVALID; in pvr_page_table_l1_remove()
1584 if (op_ctx->curr_page.l1_table->parent_idx != PVR_IDX_INVALID) in pvr_page_table_l1_remove()
1644 if (op_ctx->curr_page.l0_table->parent_idx != PVR_IDX_INVALID) in pvr_page_table_l0_remove()