Searched refs:sgt_offset (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c1409 /** @sgt_offset: Start address of the device-virtual mapping. */
1410 u64 sgt_offset; member in struct:pvr_mmu_op_context::__anon707
2334 * @sgt_offset: Start offset of the requested device-virtual memory mapping.
2345 u64 sgt_offset, u64 size)
2357 op_ctx->map.sgt_offset = sgt_offset;
2368 const u32 l1_start_idx = pvr_page_table_l2_idx(sgt_offset);
2369 const u32 l1_end_idx = pvr_page_table_l2_idx(sgt_offset + size);
2371 const u32 l0_start_idx = pvr_page_table_l1_idx(sgt_offset);
2372 const u32 l0_end_idx = pvr_page_table_l1_idx(sgt_offset
2344 pvr_mmu_op_context_create(struct pvr_mmu_context *ctx, struct sg_table *sgt, u64 sgt_offset, u64 size) argument
[all...]
H A Dpvr_mmu.h102 struct sg_table *sgt, u64 sgt_offset, u64 size);

Completed in 122 milliseconds