MEM_TEST_MOVE_SIZE
for (ptr = base; ptr < base + MEM_TEST_MOVE_SIZE;
if (lastpages * guest_page_size < MEM_TEST_MOVE_SIZE / 2) {
movetestgpa = movesrcgpa - (MEM_TEST_MOVE_SIZE / (isactive ? 2 : 1));
data->mmio_gpa_max = movesrcgpa + MEM_TEST_MOVE_SIZE / 2 - 1;
static_assert(MEM_TEST_MOVE_SIZE <= MEM_TEST_SIZE,