Lines Matching full:should
233 /* GET_CMMA_BITS without CMMA enabled should fail */ in test_get_cmma_basic()
243 /* GET_CMMA_BITS without migration mode and without peeking should fail */ in test_get_cmma_basic()
248 /* GET_CMMA_BITS without migration mode and with peeking should work */ in test_get_cmma_basic()
279 /* enabling migration mode on a VM without memory should fail */ in test_migration_mode()
283 TEST_ASSERT(!is_migration_mode_on(vm), "migration mode should still be off"); in test_migration_mode()
300 /* migration mode when memslots have dirty tracking off should fail */ in test_migration_mode()
304 TEST_ASSERT(!is_migration_mode_on(vm), "migration mode should still be off"); in test_migration_mode()
310 /* enabling migration mode should work now */ in test_migration_mode()
313 TEST_ASSERT(is_migration_mode_on(vm), "migration mode should be on"); in test_migration_mode()
323 * This should turn off migration mode. in test_migration_mode()
325 TEST_ASSERT(is_migration_mode_on(vm), "migration mode should be on"); in test_migration_mode()
337 /* ESSA instructions should still execute fine */ in test_migration_mode()
344 * It should be possible to turn migration mode back on again. in test_migration_mode()
349 TEST_ASSERT(is_migration_mode_on(vm), "migration mode should be on"); in test_migration_mode()
354 * Again, migration mode should turn off. in test_migration_mode()
356 TEST_ASSERT(is_migration_mode_on(vm), "migration mode should be on"); in test_migration_mode()
359 "disabling dirty tracking should turn off migration mode" in test_migration_mode()
362 /* ESSA instructions should still execute fine */ in test_migration_mode()
381 * First iteration - everything should be dirty. in assert_all_slots_cmma_dirty()
396 /* ...and then - after a hole - the TEST_DATA memslot should follow */ in assert_all_slots_cmma_dirty()
409 /* ...and nothing else should be there */ in assert_all_slots_cmma_dirty()
430 /* If we start from GFN 0 again, nothing should be dirty. */ in assert_no_pages_cmma_dirty()
536 * main memslot was not touched by the VM, this should yield the first in test_get_skip_holes()
538 * The dirty bitmap should now look like this: in test_get_skip_holes()
548 * memslot. This should wrap back to the beginning of the TEST_DATA in test_get_skip_holes()
550 * The dirty bitmap should now look like this: in test_get_skip_holes()
563 * The dirty bitmap should now look like this: in test_get_skip_holes()
574 * Query 1 page from the beginning of the TEST_DATA memslot. This should in test_get_skip_holes()
576 * The dirty bitmap should now look like this: in test_get_skip_holes()
588 * This should yield pages [0x23, 0x33). in test_get_skip_holes()
589 * The dirty bitmap should now look like this: in test_get_skip_holes()
603 * This should yield page [0x22, 0x33) in test_get_skip_holes()
604 * The dirty bitmap should now look like this: in test_get_skip_holes()
616 * This should yield page 0x40 and nothing more, since there are more in test_get_skip_holes()
618 * The dirty bitmap should now look like this: in test_get_skip_holes()
630 * The dirty bitmap should now look like this: in test_get_skip_holes()