Searched defs:RAM_SAVE_FLAG_EOS (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Darch_init.c93 #define RAM_SAVE_FLAG_EOS 0x10 macro
332 qemu_put_be64(f, RAM_SAVE_FLAG_EOS);
454 } while (!(flags & RAM_SAVE_FLAG_EOS));

Completed in 218 milliseconds