Lines Matching refs:sgt_offset
1410 u64 sgt_offset; member
2345 u64 sgt_offset, u64 size) in pvr_mmu_op_context_create() argument
2357 op_ctx->map.sgt_offset = sgt_offset; in pvr_mmu_op_context_create()
2368 const u32 l1_start_idx = pvr_page_table_l2_idx(sgt_offset); in pvr_mmu_op_context_create()
2369 const u32 l1_end_idx = pvr_page_table_l2_idx(sgt_offset + size); in pvr_mmu_op_context_create()
2371 const u32 l0_start_idx = pvr_page_table_l1_idx(sgt_offset); in pvr_mmu_op_context_create()
2372 const u32 l0_end_idx = pvr_page_table_l1_idx(sgt_offset + size); in pvr_mmu_op_context_create()
2585 if ((op_ctx->map.sgt_offset | size) & ~PVR_DEVICE_PAGE_MASK) in pvr_mmu_map()
2603 if (sgl_len <= op_ctx->map.sgt_offset) { in pvr_mmu_map()
2604 op_ctx->map.sgt_offset -= sgl_len; in pvr_mmu_map()
2608 sgl_offset = op_ctx->map.sgt_offset; in pvr_mmu_map()
2622 op_ctx->map.sgt_offset = 0; in pvr_mmu_map()