Home
last modified time | relevance | path

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

/external/qemu/
Darch_init.c92 #define RAM_SAVE_FLAG_PAGE 0x08 macro
147 qemu_put_be64(f, offset | cont | RAM_SAVE_FLAG_PAGE); in ram_save_block()
441 } else if (flags & RAM_SAVE_FLAG_PAGE) { in ram_load()