Home
last modified time | relevance | path

Searched defs:hbi (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/util/
H A Dhbitmap.c107 static unsigned long hbitmap_iter_skip_words(HBitmapIter *hbi) in hbitmap_iter_skip_words()
149 int64_t hbitmap_iter_next(HBitmapIter *hbi) in hbitmap_iter_next()
169 void hbitmap_iter_init(HBitmapIter *hbi, const HBitmap *hb, uint64_t first) in hbitmap_iter_init()
198 HBitmapIter hbi; in hbitmap_next_dirty() local
363 static size_t hbitmap_iter_next_word(HBitmapIter *hbi, unsigned long *p_cur) in hbitmap_iter_next_word()
386 HBitmapIter hbi; in hb_count_between() local
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c41 HBitmapIter hbi; in hbitmap_test_check() local
421 HBitmapIter hbi; in test_hbitmap_iter_granularity() local
806 HBitmapIter hbi; in test_hbitmap_iter_and_reset() local
/openbmc/linux/drivers/bus/
H A Dvexpress-config.c385 u32 hbi = (id >> SYS_PROCIDx_HBI_SHIFT) & SYS_HBI_MASK; in vexpress_syscfg_probe() local
/openbmc/qemu/block/
H A Ddirty-bitmap.c60 HBitmapIter hbi; member