Searched refs:assert_cmma_dirty (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/kvm/s390x/ |
H A D | cmma_test.c | 492 static void assert_cmma_dirty(u64 first_dirty_gfn, in assert_cmma_dirty() function 543 assert_cmma_dirty(gfn_offset, 1, &log); in test_get_skip_holes() 555 assert_cmma_dirty(gfn_offset, 0x20, &log); in test_get_skip_holes() 570 assert_cmma_dirty(gfn_offset, 0x20, &log); in test_get_skip_holes() 583 assert_cmma_dirty(TEST_DATA_START_GFN + 0x21, 1, &log); in test_get_skip_holes() 599 assert_cmma_dirty(gfn_offset, 15, &log); in test_get_skip_holes() 612 assert_cmma_dirty(gfn_offset, 17, &log); in test_get_skip_holes() 626 assert_cmma_dirty(gfn_offset, 1, &log); in test_get_skip_holes() 636 assert_cmma_dirty(gfn_offset, 0x40 - 0x33, &log); in test_get_skip_holes() 643 assert_cmma_dirty(TEST_DATA_START_GFN + 0x61, TEST_DATA_PAGE_COUNT - 0x61, &log); in test_get_skip_holes()
|