Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c1417 struct pvr_page_table_l1 *l1_prealloc_tables; member
1749 table = op_ctx->map.l1_prealloc_tables; in pvr_page_table_l1_get_or_insert()
1754 op_ctx->map.l1_prealloc_tables = table->next_free; in pvr_page_table_l1_get_or_insert()
2053 op_ctx->map.l1_prealloc_tables; in pvr_mmu_op_context_load_tables()
2106 if (l1_head_before != op_ctx->map.l1_prealloc_tables) { in pvr_mmu_op_context_load_tables()
2120 if (l1_head_before != op_ctx->map.l1_prealloc_tables) in pvr_mmu_op_context_load_tables()
2303 while (op_ctx->map.l1_prealloc_tables) { in pvr_mmu_op_context_destroy()
2304 struct pvr_page_table_l1 *tmp = op_ctx->map.l1_prealloc_tables; in pvr_mmu_op_context_destroy()
2306 op_ctx->map.l1_prealloc_tables = in pvr_mmu_op_context_destroy()
2307 op_ctx->map.l1_prealloc_tables->next_free; in pvr_mmu_op_context_destroy()
[all …]