Home
last modified time | relevance | path

Searched defs:hb (Results 1 – 7 of 7) sorted by relevance

/qemu/util/
H A Dhbitmap.c110 const HBitmap *hb = hbi->hb; in hbitmap_iter_skip_words() local
169 void hbitmap_iter_init(HBitmapIter *hbi, const HBitmap *hb, uint64_t first) in hbitmap_iter_init()
196 int64_t hbitmap_next_dirty(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_dirty()
220 int64_t hbitmap_next_zero(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_zero()
273 bool hbitmap_next_dirty_area(const HBitmap *hb, int64_t start, int64_t end, in hbitmap_next_dirty_area()
304 bool hbitmap_status(const HBitmap *hb, int64_t start, int64_t count, in hbitmap_status()
337 bool hbitmap_empty(const HBitmap *hb) in hbitmap_empty()
342 int hbitmap_granularity(const HBitmap *hb) in hbitmap_granularity()
347 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count()
384 static uint64_t hb_count_between(HBitmap *hb, uint64_t start, uint64_t last) in hb_count_between()
[all …]
/qemu/include/qemu/
H A Dhbitmap.h37 const HBitmap *hb; member
/qemu/include/hw/fsi/
H A Dfsi.h16 #define BE_GENMASK(hb, lb) MAKE_64BIT_MASK((lb), ((hb) - (lb) + 1)) argument
/qemu/tests/unit/
H A Dtest-smp-parse.c32 #define SMP_CONFIG_GENERIC(ha, a, hb, b, hc, c, hd, d, he, e) \ argument
54 #define SMP_CONFIG_WITH_MODS_DIES(ha, a, hb, b, hc, c, hd, d, \ argument
70 #define SMP_CONFIG_WITH_CLUSTERS(ha, a, hb, b, hc, c, hd, d, he, e, hf, f) \ argument
84 #define SMP_CONFIG_WITH_BOOKS_DRAWERS(ha, a, hb, b, hc, c, hd, \ argument
H A Dtest-hbitmap.c24 HBitmap *hb; member
/qemu/hw/pci-bridge/
H A Dpci_expander_bridge.c66 bool cxl_get_hb_passthrough(PCIHostState *hb) in cxl_get_hb_passthrough()
300 PCIHostState *hb = PCI_HOST_BRIDGE(cxl); in pxb_cxl_dev_reset() local
/qemu/hw/cxl/
H A Dcxl-host.c156 PCIHostState *hb; in cxl_cfmws_find_device() local