Home
last modified time | relevance | path

Searched refs:hbitmap_status (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dhbitmap.h341 bool hbitmap_status(const HBitmap *hb, int64_t start, int64_t count,
/openbmc/qemu/block/
H A Ddirty-bitmap.c801 return hbitmap_status(bitmap->bitmap, offset, bytes, count); in bdrv_dirty_bitmap_status()
/openbmc/qemu/util/
H A Dhbitmap.c304 bool hbitmap_status(const HBitmap *hb, int64_t start, int64_t count, in hbitmap_status() function