Home
last modified time | relevance | path

Searched defs:BME_TABLE_ENTRY_FLAG_ALL_ONES (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2_format.py230 BME_TABLE_ENTRY_FLAG_ALL_ONES = 1 variable in Qcow2BitmapTableEntry
/openbmc/qemu/block/
H A Dqcow2-bitmap.c64 #define BME_TABLE_ENTRY_FLAG_ALL_ONES (1ULL << 0) macro