Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dnested_dirty_log_test.c31 #define TEST_MEM_BASE 0xc0000000 macro
36 #define TEST_GVA(idx) TEST_GUEST_ADDR(TEST_MEM_BASE, idx)
37 #define TEST_GPA(idx) TEST_GUEST_ADDR(TEST_MEM_BASE, idx)
90 l2_guest_code(TEST_MEM_BASE); in l2_guest_code_tdp_disabled()
164 page_nr = (gva - TEST_MEM_BASE) >> PAGE_SHIFT; in test_handle_ucall_sync()
224 TEST_MEM_BASE, in test_dirty_log()
233 virt_map(vm, TEST_MEM_BASE, TEST_MEM_BASE, TEST_MEM_PAGES); in test_dirty_log()
H A Dnested_vmsave_vmload_test.c22 #define TEST_MEM_BASE 0xc0000000 macro
24 #define TEST_GUEST_ADDR(idx) (TEST_MEM_BASE + (idx) * PAGE_SIZE)
148 TEST_MEM_BASE, TEST_MEM_SLOT_INDEX, in main()