Home
last modified time | relevance | path

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

/external/qemu/
Darch_init.c90 #define RAM_SAVE_FLAG_COMPRESS 0x02 macro
138 qemu_put_be64(f, offset | cont | RAM_SAVE_FLAG_COMPRESS); in ram_save_block()
421 } else if (flags & RAM_SAVE_FLAG_COMPRESS) { in ram_load()