Searched refs:MEM_TEST_MAP_SIZE_PAGES (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/testing/selftests/kvm/ |
D | memslot_perf_test.c | 47 #define MEM_TEST_MAP_SIZE_PAGES (MEM_TEST_MAP_SIZE / 4096) macro 50 static_assert(MEM_TEST_MAP_SIZE_PAGES % 2 == 0, "invalid map test region size"); 51 static_assert(MEM_TEST_MAP_SIZE_PAGES > 2, "invalid map test region size"); 639 test_memslot_do_unmap(data, MEM_TEST_MAP_SIZE_PAGES / 2, in test_memslot_map_loop() 640 MEM_TEST_MAP_SIZE_PAGES / 2); in test_memslot_map_loop() 652 MEM_TEST_MAP_SIZE_PAGES / 2 - 1, in test_memslot_map_loop() 654 test_memslot_do_unmap(data, 0, MEM_TEST_MAP_SIZE_PAGES / 2); in test_memslot_map_loop() 667 test_memslot_map_unmap_check(data, MEM_TEST_MAP_SIZE_PAGES / 2, in test_memslot_map_loop() 669 test_memslot_map_unmap_check(data, MEM_TEST_MAP_SIZE_PAGES - 1, in test_memslot_map_loop()
|