Searched refs:MEM_TEST_GPA (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c35 #define MEM_TEST_GPA (MEM_AUX_GPA + MEM_EXTRA_SIZE) macro
485 for (ptr = MEM_TEST_GPA;
486 ptr < MEM_TEST_GPA + MEM_TEST_MAP_SIZE / 2;
493 for (ptr = MEM_TEST_GPA + MEM_TEST_MAP_SIZE / 2;
494 ptr < MEM_TEST_GPA + MEM_TEST_MAP_SIZE;
514 uintptr_t ptr = MEM_TEST_GPA;
552 for (ptr = MEM_TEST_GPA;
553 ptr < MEM_TEST_GPA + MEM_TEST_SIZE; ptr += page_size)
559 for (ptr = MEM_TEST_GPA + page_size / 2;
560 ptr < MEM_TEST_GPA
[all...]

Completed in 117 milliseconds