Lines Matching refs:gfn_offset
510 size_t gfn_offset; in test_get_skip_holes() local
538 gfn_offset = TEST_DATA_START_GFN; in test_get_skip_holes()
548 assert_cmma_dirty(gfn_offset, 1, &log); in test_get_skip_holes()
549 gfn_offset++; in test_get_skip_holes()
560 assert_cmma_dirty(gfn_offset, 0x20, &log); in test_get_skip_holes()
561 gfn_offset += 0x20; in test_get_skip_holes()
564 gfn_offset += 0x20; in test_get_skip_holes()
574 query_cmma_range(vm, gfn_offset, 0x20, &log); in test_get_skip_holes()
575 assert_cmma_dirty(gfn_offset, 0x20, &log); in test_get_skip_holes()
576 gfn_offset += 0x20; in test_get_skip_holes()
589 gfn_offset++; in test_get_skip_holes()
602 gfn_offset = TEST_DATA_START_GFN + 0x23; in test_get_skip_holes()
603 query_cmma_range(vm, gfn_offset, 15, &log); in test_get_skip_holes()
604 assert_cmma_dirty(gfn_offset, 15, &log); in test_get_skip_holes()
615 gfn_offset = TEST_DATA_START_GFN + 0x22; in test_get_skip_holes()
616 query_cmma_range(vm, gfn_offset, 17, &log); in test_get_skip_holes()
617 assert_cmma_dirty(gfn_offset, 17, &log); in test_get_skip_holes()
629 gfn_offset = TEST_DATA_START_GFN + 0x40; in test_get_skip_holes()
630 query_cmma_range(vm, gfn_offset, 25, &log); in test_get_skip_holes()
631 assert_cmma_dirty(gfn_offset, 1, &log); in test_get_skip_holes()
639 gfn_offset = TEST_DATA_START_GFN + 0x33; in test_get_skip_holes()
640 query_cmma_range(vm, gfn_offset, 0x40 - 0x33, &log); in test_get_skip_holes()
641 assert_cmma_dirty(gfn_offset, 0x40 - 0x33, &log); in test_get_skip_holes()
646 gfn_offset = TEST_DATA_START_GFN; in test_get_skip_holes()
647 query_cmma_range(vm, gfn_offset, TEST_DATA_PAGE_COUNT - 0x61, &log); in test_get_skip_holes()