Searched refs:range_set_bounds (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/util/ |
H A D | reserved-region.c | 55 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 D | range.c | 75 range_set_bounds(new, lob, upb); in append_new_range()
|
H A D | log.c | 451 range_set_bounds(&range, lob, upb); in qemu_set_dfilter_ranges()
|
/openbmc/qemu/tests/unit/ |
H A D | test-resv-mem.c | 65 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 D | string-output-visitor.c | 105 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 D | container-base.c | 91 range_set_bounds(dest, range_lob(source), range_upb(source)); in copy_iova_range()
|
H A D | iommufd.c | 449 range_set_bounds(range, iova_ranges[i].start, iova_ranges[i].last); in iommufd_cdev_get_info_iova_range()
|
H A D | container.c | 326 range_set_bounds(range, cap->iova_ranges[i].start, in vfio_get_info_iova_range()
|
/openbmc/qemu/include/qemu/ |
H A D | range.h | 75 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 D | i440fx.c | 277 range_set_bounds(&s->pci_hole, s->below_4g_mem_size, in i440fx_pcihost_realize()
|
H A D | q35.c | 516 range_set_bounds(&mch->pci_hole, in mch_update()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 787 range_set_bounds(&rr->range, lob, upb); in set_reserved_region()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 2832 range_set_bounds(&pref_range, base, limit); in pci_dev_get_w64() 2856 range_set_bounds(®ion_range, lob, upb); in pci_dev_get_w64()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 521 range_set_bounds(®->range, range_lob(r), range_upb(r)); in rebuild_resv_regions()
|