Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dnested_dirty_log_test.c29 #define TEST_MEM_PAGES 4 macro
181 for (i = 0; i < TEST_MEM_PAGES; i++) { in test_handle_ucall_sync()
226 TEST_MEM_PAGES, in test_dirty_log()
233 virt_map(vm, TEST_MEM_BASE, TEST_MEM_BASE, TEST_MEM_PAGES); in test_dirty_log()
259 bmap = bitmap_zalloc(TEST_MEM_PAGES); in test_dirty_log()
262 memset(TEST_HVA(vm, 0), 0xaa, TEST_MEM_PAGES * PAGE_SIZE); in test_dirty_log()
H A Dnested_vmsave_vmload_test.c21 #define TEST_MEM_PAGES 2 macro
149 TEST_MEM_PAGES, 0); in main()