Searched refs:sgt_offset (Results 1 – 2 of 2) sorted by relevance
1410 u64 sgt_offset; member2345 u64 sgt_offset, u64 size) in pvr_mmu_op_context_create() argument2357 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()[all …]
102 struct sg_table *sgt, u64 sgt_offset, u64 size);