Home
last modified time | relevance | path

Searched refs:iova_last (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-iova-tree.c27 uint64_t iova_last; member
38 VhostIOVATree *vhost_iova_tree_new(hwaddr iova_first, hwaddr iova_last) in vhost_iova_tree_new() argument
44 tree->iova_last = iova_last; in vhost_iova_tree_new()
98 tree->iova_last); in vhost_iova_tree_map_alloc()
H A Dvhost-iova-tree.h18 VhostIOVATree *vhost_iova_tree_new(uint64_t iova_first, uint64_t iova_last);
H A Dtrace-events33 …%d, is_iommu=%d, is_protected=%d, is_ram_device=%d iova_min=0x%"PRIx64" iova_last=0x%"PRIx64" page…
/openbmc/qemu/util/
H A Diova-tree.c214 hwaddr iova_last) in iova_tree_alloc_map() argument
221 if (unlikely(iova_last < iova_begin)) { in iova_tree_alloc_map()
247 if (!args.iova_found || args.iova_result + map->size > iova_last) { in iova_tree_alloc_map()
/openbmc/linux/drivers/iommu/iommufd/
H A Dio_pagetable.c568 unsigned long iova_last; in iopt_unmap_iova() local
573 if (check_add_overflow(iova, length - 1, &iova_last)) in iopt_unmap_iova()
576 return iopt_unmap_iova_range(iopt, iova, iova_last, unmapped); in iopt_unmap_iova()
H A Dselftest.c654 unsigned long iova_last = iova + length - 1; in iommufd_test_access_unmap() local
662 iova_last < item->iova) in iommufd_test_access_unmap()