Lines Matching refs:presumed_offset
69 reloc->presumed_offset + reloc->delta); in verify_reloc()
117 h->reloc.presumed_offset = 0; in init_hang()
335 inter[n].presumed_offset = old_offset; in whisper()
357 reloc.presumed_offset = scratch.offset; in whisper()
359 offset = reloc.presumed_offset + reloc.delta; in whisper()
380 igt_assert_eq_u64(reloc.presumed_offset, tmp[0].offset); in whisper()
391 reloc_migrations += batches[n-1].offset != inter[n].presumed_offset; in whisper()
392 batches[n-1].offset = inter[n].presumed_offset; in whisper()
393 old_offset = inter[n].presumed_offset; in whisper()
423 if (inter[n].presumed_offset == -1) { in whisper()
425 inter[n].presumed_offset = batches[n-1].offset; in whisper()
427 igt_assert_eq_u64(inter[n].presumed_offset, batches[n-1].offset); in whisper()
431 relocations += inter[n].presumed_offset != old_offset; in whisper()
451 reloc_migrations += tmp[0].offset != inter[0].presumed_offset; in whisper()
452 tmp[0].offset = inter[0].presumed_offset; in whisper()
457 if (inter[0].presumed_offset == -1) { in whisper()
459 inter[0].presumed_offset = tmp[0].offset; in whisper()
461 igt_assert_eq_u64(inter[0].presumed_offset, tmp[0].offset); in whisper()
462 relocations += inter[0].presumed_offset != old_offset; in whisper()
468 igt_assert_eq_u64(reloc.presumed_offset, tmp[0].offset); in whisper()
476 igt_assert_eq_u64(reloc.presumed_offset, tmp[0].offset); in whisper()