Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Danalyze-migration.py108 RAM_SAVE_FLAG_MEM_SIZE = 0x04 variable in RamSection
153 if flags & self.RAM_SAVE_FLAG_MEM_SIZE:
175 flags &= ~self.RAM_SAVE_FLAG_MEM_SIZE
/openbmc/qemu/migration/
H A Dram.c87 #define RAM_SAVE_FLAG_MEM_SIZE 0x04 macro
2956 | RAM_SAVE_FLAG_MEM_SIZE); in ram_save_setup()
3962 case RAM_SAVE_FLAG_MEM_SIZE: in ram_load_precopy()