Lines Matching refs:src_L0
775 u64 src_L0, dst_L0;
824 src_L0 = xe_migrate_res_sizes(m, &src_it);
828 pass++, src_L0, dst_L0);
830 src_L0 = min(src_L0, dst_L0);
834 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0,
839 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0,
845 ccs_size = xe_device_ccs_bytes(xe, src_L0);
863 if (src_is_vram && xe_migrate_allow_identity(src_L0, &src_it))
864 xe_res_next(&src_it, src_L0);
867 &src_it, src_L0, src);
869 if (dst_is_vram && xe_migrate_allow_identity(src_L0, &dst_it))
870 xe_res_next(&dst_it, src_L0);
873 &dst_it, src_L0, dst);
882 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE);
889 src_L0, ccs_ofs, copy_ccs);
922 size -= src_L0;