Searched refs:sgt_offset (Results 1 – 2 of 2) sorted by relevance
1416 u64 sgt_offset; member2349 u64 sgt_offset, u64 size) in pvr_mmu_op_context_create() argument2360 op_ctx->map.sgt_offset = sgt_offset; in pvr_mmu_op_context_create()2371 const u32 l1_start_idx = pvr_page_table_l2_idx(sgt_offset); in pvr_mmu_op_context_create()2372 const u32 l1_end_idx = pvr_page_table_l2_idx(sgt_offset + size); in pvr_mmu_op_context_create()2374 const u32 l0_start_idx = pvr_page_table_l1_idx(sgt_offset); in pvr_mmu_op_context_create()2375 const u32 l0_end_idx = pvr_page_table_l1_idx(sgt_offset + size); in pvr_mmu_op_context_create()2588 if ((op_ctx->map.sgt_offset | size) & ~PVR_DEVICE_PAGE_MASK) in pvr_mmu_map()2606 if (sgl_len <= op_ctx->map.sgt_offset) { in pvr_mmu_map()2607 op_ctx->map.sgt_offset -= sgl_len; in pvr_mmu_map()[all …]
102 struct sg_table *sgt, u64 sgt_offset, u64 size);