Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dcommon.c547 Int128 llend; in vfio_get_section_iova_range() local
551 llend = int128_make64(section->offset_within_address_space); in vfio_get_section_iova_range()
552 llend = int128_add(llend, section->size); in vfio_get_section_iova_range()
553 llend = int128_and(llend, int128_exts64(qemu_real_host_page_mask())); in vfio_get_section_iova_range()
555 if (int128_ge(int128_make64(iova), llend)) { in vfio_get_section_iova_range()
560 *out_end = int128_get64(int128_sub(llend, int128_one())); in vfio_get_section_iova_range()
562 *out_llend = llend; in vfio_get_section_iova_range()
573 Int128 llend, llsize; in vfio_listener_region_add() local
583 &llend)) { in vfio_listener_region_add()
617 llend = int128_add(int128_make64(section->offset_within_region), in vfio_listener_region_add()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c37 Int128 llend = int128_make64(section->offset_within_address_space); in vhost_vdpa_section_end() local
38 llend = int128_add(llend, section->size); in vhost_vdpa_section_end()
39 llend = int128_and(llend, int128_exts64(page_mask)); in vhost_vdpa_section_end()
41 return llend; in vhost_vdpa_section_end()
49 Int128 llend; in vhost_vdpa_listener_skipped_section() local
78 llend = vhost_vdpa_section_end(section, page_mask); in vhost_vdpa_listener_skipped_section()
79 if (int128_gt(llend, int128_make64(iova_max))) { in vhost_vdpa_listener_skipped_section()
82 iova_max, int128_get64(llend)); in vhost_vdpa_listener_skipped_section()
210 Int128 llend; in vhost_vdpa_iommu_map_notify() local
220 llend = int128_add(int128_makes64(iotlb->addr_mask), int128_makes64(iova)); in vhost_vdpa_iommu_map_notify()
[all …]
H A Dtrace-events39 …on_add(void *vdpa, uint64_t iova, uint64_t llend, void *vaddr, bool readonly) "vdpa: %p iova 0x%"P…
41 …_listener_region_del(void *vdpa, uint64_t iova, uint64_t llend) "vdpa: %p iova 0x%"PRIx64" llend 0…