Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Ds390-stattrib.c27 #define STATTR_FLAG_EOS 0x01ULL macro
160 case STATTR_FLAG_EOS: in cmma_load()
185 qemu_put_be64(f, STATTR_FLAG_EOS); in cmma_save_setup()
242 qemu_put_be64(f, STATTR_FLAG_EOS); in cmma_save()
/openbmc/qemu/scripts/
H A Danalyze-migration.py265 STATTR_FLAG_EOS = 0x01 variable in S390StorageAttributes
286 elif flags & self.STATTR_FLAG_EOS: