Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c1365 struct pvr_page_table_l1 *l1_table; member
1489 op_ctx->curr_page.l1_table = child_table; in pvr_page_table_l2_insert()
1507 op_ctx->curr_page.l1_table->parent_idx); in pvr_page_table_l2_remove()
1509 WARN_ON(op_ctx->curr_page.l1_table->parent != l2_table); 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()
1515 op_ctx->curr_page.l1_table->next_free = op_ctx->unmap.l1_free_tables; in pvr_page_table_l2_remove()
1516 op_ctx->unmap.l1_free_tables = op_ctx->curr_page.l1_table; in pvr_page_table_l2_remove()
1517 op_ctx->curr_page.l1_table = NULL; in pvr_page_table_l2_remove()
1540 pvr_page_table_l1_get_entry_raw(op_ctx->curr_page.l1_table, in pvr_page_table_l1_insert()
[all …]
/linux/drivers/char/agp/
H A Defficeon-agp.c60 unsigned long l1_table[EFFICEON_L1_SIZE]; member
163 unsigned long page = efficeon_private.l1_table[index]; in efficeon_free_gatt_table()
165 efficeon_private.l1_table[index] = 0; in efficeon_free_gatt_table()
213 page = efficeon_private.l1_table[index]; in efficeon_create_gatt_table()
225 efficeon_private.l1_table[index] = page; in efficeon_create_gatt_table()
261 page = (unsigned int *) efficeon_private.l1_table[index >> 10]; in efficeon_insert_memory()
300 unsigned int *page = (unsigned int *) efficeon_private.l1_table[index >> 10]; in efficeon_remove_memory()