Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Drdma.h41 #define RAM_SAVE_FLAG_HOOK 0x80 macro
H A Dram.c4123 invalid_flags |= (RAM_SAVE_FLAG_HOOK | RAM_SAVE_FLAG_MULTIFD_FLUSH | in ram_load_precopy()
4254 case RAM_SAVE_FLAG_HOOK: in ram_load_precopy()
H A Drdma.c3848 qemu_put_be64(f, RAM_SAVE_FLAG_HOOK); in rdma_registration_start()
/openbmc/qemu/scripts/
H A Danalyze-migration.py113 RAM_SAVE_FLAG_HOOK = 0x80 variable in RamSection
206 elif flags & self.RAM_SAVE_FLAG_HOOK: