Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Danalyze-migration.py111 RAM_SAVE_FLAG_CONTINUE = 0x20 variable in RamSection
178 if flags & self.RAM_SAVE_FLAG_CONTINUE:
179 flags &= ~self.RAM_SAVE_FLAG_CONTINUE
191 if flags & self.RAM_SAVE_FLAG_CONTINUE:
192 flags &= ~self.RAM_SAVE_FLAG_CONTINUE
/openbmc/qemu/migration/
H A Dram.c90 #define RAM_SAVE_FLAG_CONTINUE 0x20 macro
497 offset |= RAM_SAVE_FLAG_CONTINUE; in save_page_header()
3294 if (flags & RAM_SAVE_FLAG_CONTINUE) { in ram_block_from_stream()
3648 switch (flags & ~RAM_SAVE_FLAG_CONTINUE) { in ram_load_postcopy()
3961 switch (flags & ~RAM_SAVE_FLAG_CONTINUE) { in ram_load_precopy()