Home
last modified time | relevance | path

Searched refs:iova_first (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-iova-tree.c24 uint64_t iova_first; member
38 VhostIOVATree *vhost_iova_tree_new(hwaddr iova_first, hwaddr iova_last) in vhost_iova_tree_new() argument
43 tree->iova_first = MAX(iova_first, iova_min_addr); in vhost_iova_tree_new()
89 hwaddr iova_first = tree->iova_first ?: qemu_real_host_page_size(); in vhost_iova_tree_map_alloc() local
97 return iova_tree_alloc_map(tree->iova_taddr_map, map, iova_first, 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);