Lines Matching full:expected
97 " expected %llx, got %llx\n", \
105 u64 retval, expected = 0; in test_copy() local
141 check(retval, expected, "remote first offset should be cleared", in test_copy()
144 check(retval, expected, "remote last offset should be cleared", in test_copy()
153 expected = 0xc0c0c0c0c0c0c0c0; in test_copy()
159 check(retval, expected, in test_copy()
162 check(retval, expected, in test_copy()
176 check(retval, expected, in test_copy()
179 check(retval, expected, in test_copy()
216 u64 retval, expected; in test_pt_update() local
234 /* Test xe_migrate_update_pgtables() updates the pagetable as expected */ in test_pt_update()
235 expected = 0xf0f0f0f0f0f0f0f0ULL; in test_pt_update()
236 xe_map_memset(xe, &pt->vmap, 0, (u8)expected, pt->size); in test_pt_update()
250 check(retval, expected, "PTE[0] must stay untouched", test); in test_pt_update()
259 check(retval, expected, "PTE[0x11] must stay untouched", test); in test_pt_update()
269 u64 retval, expected; in xe_migrate_sanity_test() local
325 expected = m->q->vm->pt_ops->pte_encode_bo(pt, 0, xe->pat.idx[XE_CACHE_WB], 0); in xe_migrate_sanity_test()
327 expected |= XE_PTE_PS64; in xe_migrate_sanity_test()
340 check(retval, expected, "PTE entry write", test); in xe_migrate_sanity_test()
346 expected = 0; in xe_migrate_sanity_test()
354 check(retval, expected, "Write to PT after adding PTE", test); in xe_migrate_sanity_test()
361 expected = 0; in xe_migrate_sanity_test()
368 check(retval, expected, "Command clear small first value", test); in xe_migrate_sanity_test()
370 check(retval, expected, "Command clear small last value", test); in xe_migrate_sanity_test()
382 expected = 0; in xe_migrate_sanity_test()
389 check(retval, expected, "Command clear big first value", test); in xe_migrate_sanity_test()
391 check(retval, expected, "Command clear big last value", test); in xe_migrate_sanity_test()