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
173 if flags & self.RAM_SAVE_FLAG_CONTINUE:
174 flags &= ~self.RAM_SAVE_FLAG_CONTINUE
186 if flags & self.RAM_SAVE_FLAG_CONTINUE:
187 flags &= ~self.RAM_SAVE_FLAG_CONTINUE
/openbmc/qemu/migration/
H A Dram.c89 #define RAM_SAVE_FLAG_CONTINUE 0x20 macro
516 offset |= RAM_SAVE_FLAG_CONTINUE; in save_page_header()
3402 if (flags & RAM_SAVE_FLAG_CONTINUE) { in ram_block_from_stream()
3764 switch (flags & ~RAM_SAVE_FLAG_CONTINUE) { in ram_load_postcopy()
4202 switch (flags & ~RAM_SAVE_FLAG_CONTINUE) { in ram_load_precopy()