Searched refs:pvr_mmu_op_context (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_mmu.h | 15 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 D | pvr_mmu.c | 1403 struct pvr_mmu_op_context { struct 1480 pvr_page_table_l2_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l2_insert() argument 1508 pvr_page_table_l2_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l2_remove() 1543 pvr_page_table_l1_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_insert() 1572 pvr_page_table_l1_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l1_remove() 1607 pvr_page_table_l0_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_insert() 1636 pvr_page_table_l0_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l0_remove() 1738 pvr_page_table_l1_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_get_or_insert() 1789 pvr_page_table_l0_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_get_or_insert() 1930 pvr_mmu_op_context_require_sync(struct pvr_mmu_op_context *op_ctx, in pvr_mmu_op_context_require_sync() [all …]
|
| H A D | pvr_vm.c | 142 struct pvr_mmu_op_context *mmu_op_ctx;
|