Home
last modified time | relevance | path

Searched refs:MEM_TEST_MAP_SIZE_PAGES (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/testing/selftests/kvm/
Dmemslot_perf_test.c49 #define MEM_TEST_MAP_SIZE_PAGES (MEM_TEST_MAP_SIZE / 4096) macro
52 static_assert(MEM_TEST_MAP_SIZE_PAGES % 2 == 0, "invalid map test region size");
53 static_assert(MEM_TEST_MAP_SIZE_PAGES > 2, "invalid map test region size");
629 test_memslot_do_unmap(data, MEM_TEST_MAP_SIZE_PAGES / 2, in test_memslot_map_loop()
630 MEM_TEST_MAP_SIZE_PAGES / 2); in test_memslot_map_loop()
642 MEM_TEST_MAP_SIZE_PAGES / 2 - 1, in test_memslot_map_loop()
644 test_memslot_do_unmap(data, 0, MEM_TEST_MAP_SIZE_PAGES / 2); in test_memslot_map_loop()
657 test_memslot_map_unmap_check(data, MEM_TEST_MAP_SIZE_PAGES / 2, in test_memslot_map_loop()
659 test_memslot_map_unmap_check(data, MEM_TEST_MAP_SIZE_PAGES - 1, in test_memslot_map_loop()