xe_res_first
xe_res_first(bo->ttm.resource, new_page * PAGE_SIZE,
xe_res_first(node->bo->ttm.resource, 0, 4096, &res);
xe_res_first(pt->ttm.resource, 0, xe_bo_size(pt), &src_it);
xe_res_first(src, 0, size, &src_it);
xe_res_first(dst, 0, size, &dst_it);
xe_res_first(ttm_bo->resource, (u64)page_offset << PAGE_SHIFT, 0, &cursor);
xe_res_first(ttm_bo->resource, offset & PAGE_MASK,
xe_res_first(bo->ttm.resource, page << PAGE_SHIFT,
for (xe_res_first(bo->ttm.resource, 0, xe_bo_size(bo), &cur);
xe_res_first(bo->ttm.resource, 0, xe_bo_size(bo), &cur);
xe_res_first(vram, vram_offset, size, &vram_it);
xe_res_first(src, 0, xe_bo_size(bo), &src_it);
xe_res_first(bo->ttm.resource, offset, xe_bo_size(bo) - offset, &cursor);
xe_res_first(src, 0, size, &src_it);
xe_res_first(dst, 0, size, &dst_it);
xe_res_first(bo->ttm.resource, xe_vma_bo_offset(vma),
xe_res_first(bo->ttm.resource, offset, 4096, &cur);
xe_res_first(mem, 0, 4096, &cur);
xe_res_first(res, offset, length, &cursor);
xe_res_first(res, offset, length, &cursor);