Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c1430 struct pvr_page_table_l0 *l0_prealloc_tables; member
1804 table = op_ctx->map.l0_prealloc_tables; in pvr_page_table_l0_get_or_insert()
1809 op_ctx->map.l0_prealloc_tables = table->next_free; in pvr_page_table_l0_get_or_insert()
2059 op_ctx->map.l0_prealloc_tables; in pvr_mmu_op_context_load_tables()
2126 else if (l0_head_before != op_ctx->map.l0_prealloc_tables) in pvr_mmu_op_context_load_tables()
2299 while (op_ctx->map.l0_prealloc_tables) { in pvr_mmu_op_context_destroy()
2300 struct pvr_page_table_l0 *tmp = op_ctx->map.l0_prealloc_tables; in pvr_mmu_op_context_destroy()
2302 op_ctx->map.l0_prealloc_tables = in pvr_mmu_op_context_destroy()
2303 op_ctx->map.l0_prealloc_tables->next_free; in pvr_mmu_op_context_destroy()
2403 l0_tmp->next_free = op_ctx->map.l0_prealloc_tables; in pvr_mmu_op_context_create()
[all …]