Home
last modified time | relevance | path

Searched refs:X86_TEST_MEM_START (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/migration/i386/
H A Da-b-bootblock.S24 #define LOW_ADDR X86_TEST_MEM_START
28 #define suspended (X86_TEST_MEM_START + 4)
55 .set TEST_MEM_START, X86_TEST_MEM_START
/openbmc/qemu/tests/migration/
H A Dmigration-test.h15 #define X86_TEST_MEM_START (1 * 1024 * 1024) macro
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c755 start_address = X86_TEST_MEM_START; in test_migrate_start()