CHUNK_SZ
offset = CHUNK_SZ;
len = emit_pte(rq, &it, pat_index, is_lmem, offset, CHUNK_SZ);
sz = 3 * CHUNK_SZ;
sz = 2 * CHUNK_SZ;
d.offset = base + CHUNK_SZ;
2 * CHUNK_SZ,
offset += 3 * CHUNK_SZ;
offset += 2 * CHUNK_SZ;
return min_t(u64, bytes_to_cpy, CHUNK_SZ);
return CHUNK_SZ;
dst_offset = CHUNK_SZ;
src_offset = CHUNK_SZ;
dst_offset = 2 * CHUNK_SZ;
offset = CHUNK_SZ;
CHUNK_SZ - SZ_4K,
len = emit_pte(rq, &it, pat_index, true, offset, CHUNK_SZ);
CHUNK_SZ,
CHUNK_SZ + SZ_4K,
ccs_bytes_per_chunk = GET_CCS_BYTES(i915, CHUNK_SZ);
ccs_bytes_per_chunk) * CHUNK_SZ / sizeof(u32);
len = emit_pte(rq, &it, obj->pat_index, false, 0, CHUNK_SZ);
return migrate_copy(tm->migrate, 2 * CHUNK_SZ, &tm->prng);
return global_copy(tm->migrate, 2 * CHUNK_SZ, &tm->prng);
return migrate_clear(tm->migrate, 2 * CHUNK_SZ, &tm->prng);
return global_clear(tm->migrate, 2 * CHUNK_SZ, &tm->prng);