Home
last modified time | relevance | path

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

/qemu/scripts/
H A Danalyze-migration.py109 RAM_SAVE_FLAG_PAGE = 0x08 variable in RamSection
185 elif flags & self.RAM_SAVE_FLAG_PAGE:
203 flags &= ~self.RAM_SAVE_FLAG_PAGE
/qemu/migration/
H A Dram.c87 #define RAM_SAVE_FLAG_PAGE 0x08 macro
1219 offset | RAM_SAVE_FLAG_PAGE)); in save_normal_page()
3708 if (flags & (RAM_SAVE_FLAG_ZERO | RAM_SAVE_FLAG_PAGE)) { in ram_load_postcopy()
3785 case RAM_SAVE_FLAG_PAGE: in ram_load_postcopy()
4128 RAM_SAVE_FLAG_PAGE | RAM_SAVE_FLAG_XBZRLE | in ram_load_precopy()
4165 if (flags & (RAM_SAVE_FLAG_ZERO | RAM_SAVE_FLAG_PAGE | in ram_load_precopy()
4231 case RAM_SAVE_FLAG_PAGE: in ram_load_precopy()