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.c1402 struct pvr_mmu_op_context { struct
1479 pvr_page_table_l2_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l2_insert() argument
1507 pvr_page_table_l2_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l2_remove()
1542 pvr_page_table_l1_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_insert()
1571 pvr_page_table_l1_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l1_remove()
1606 pvr_page_table_l0_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_insert()
1635 pvr_page_table_l0_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l0_remove()
1737 pvr_page_table_l1_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_get_or_insert()
1788 pvr_page_table_l0_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_get_or_insert()
1929 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.c142 struct pvr_mmu_op_context *mmu_op_ctx;