Searched refs:TEST_MEM_BASE (Results 1 – 2 of 2) sorted by relevance
31 #define TEST_MEM_BASE 0xc0000000 macro36 #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()
22 #define TEST_MEM_BASE 0xc0000000 macro24 #define TEST_GUEST_ADDR(idx) (TEST_MEM_BASE + (idx) * PAGE_SIZE)148 TEST_MEM_BASE, TEST_MEM_SLOT_INDEX, in main()