Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.h15 struct pvr_mmu_op_context;
99 void pvr_mmu_op_context_destroy(struct pvr_mmu_op_context *op_ctx);
100 struct pvr_mmu_op_context *
104 int pvr_mmu_map(struct pvr_mmu_op_context *op_ctx, u64 size, u64 flags,
106 int pvr_mmu_unmap(struct pvr_mmu_op_context *op_ctx, u64 device_addr, u64 size);
H A Dpvr_mmu.c1396 struct pvr_mmu_op_context { struct
1473 pvr_page_table_l2_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l2_insert() argument
1501 pvr_page_table_l2_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l2_remove()
1536 pvr_page_table_l1_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_insert()
1565 pvr_page_table_l1_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l1_remove()
1600 pvr_page_table_l0_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_insert()
1629 pvr_page_table_l0_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l0_remove()
1731 pvr_page_table_l1_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_get_or_insert()
1782 pvr_page_table_l0_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_get_or_insert()
1925 pvr_mmu_op_context_require_sync(struct pvr_mmu_op_context *op_ctx, in pvr_mmu_op_context_require_sync()
[all …]
H A Dpvr_vm.c141 struct pvr_mmu_op_context *mmu_op_ctx;