Home
last modified time | relevance | path

Searched refs:range_set_bounds (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/util/
H A Dreserved-region.c55 range_set_bounds(range_iter, range_upb(r) + 1, in resv_region_list_insert()
60 range_set_bounds(range_iter, range_lob(range_iter), in resv_region_list_insert()
69 range_set_bounds(range_iter, range_upb(r) + 1, in resv_region_list_insert()
73 range_set_bounds(&new_reg->range, in resv_region_list_insert()
79 range_set_bounds(range_iter, range_upb(r) + 1, in resv_region_list_insert()
83 range_set_bounds(range_iter, range_lob(range_iter), in resv_region_list_insert()
H A Drange.c75 range_set_bounds(new, lob, upb); in append_new_range()
H A Dlog.c451 range_set_bounds(&range, lob, upb); in qemu_set_dfilter_ranges()
/openbmc/qemu/tests/unit/
H A Dtest-resv-mem.c65 range_set_bounds(new, lob, upb); in insert_sorted_range()
191 range_set_bounds(&r->range, lob, upb); in alloc_resv_mem()
/openbmc/qemu/qapi/
H A Dstring-output-visitor.c105 range_set_bounds(r, a, a); in string_output_append()
114 range_set_bounds(r, s, e); in string_output_append_range()
/openbmc/qemu/hw/vfio/
H A Dcontainer-base.c91 range_set_bounds(dest, range_lob(source), range_upb(source)); in copy_iova_range()
H A Diommufd.c449 range_set_bounds(range, iova_ranges[i].start, iova_ranges[i].last); in iommufd_cdev_get_info_iova_range()
H A Dcontainer.c326 range_set_bounds(range, cap->iova_ranges[i].start, in vfio_get_info_iova_range()
/openbmc/qemu/include/qemu/
H A Drange.h75 static inline void range_set_bounds(Range *range, uint64_t lob, uint64_t upb) in range_set_bounds() function
/openbmc/qemu/hw/pci-host/
H A Di440fx.c277 range_set_bounds(&s->pci_hole, s->below_4g_mem_size, in i440fx_pcihost_realize()
H A Dq35.c516 range_set_bounds(&mch->pci_hole, in mch_update()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c787 range_set_bounds(&rr->range, lob, upb); in set_reserved_region()
/openbmc/qemu/hw/pci/
H A Dpci.c2832 range_set_bounds(&pref_range, base, limit); in pci_dev_get_w64()
2856 range_set_bounds(&region_range, lob, upb); in pci_dev_get_w64()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c521 range_set_bounds(&reg->range, range_lob(r), range_upb(r)); in rebuild_resv_regions()