Searched refs:vhost_user_get_mr_data (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 481 static MemoryRegion *vhost_user_get_mr_data(uint64_t addr, ram_addr_t *offset, in vhost_user_get_mr_data() function 522 mr = vhost_user_get_mr_data(reg->userspace_addr, &offset, &fd); in vhost_user_fill_set_mem_table_msg() 597 mr = vhost_user_get_mr_data(reg->userspace_addr, &offset, &fd); in scrub_shadow_regions() 638 vhost_user_get_mr_data(reg->userspace_addr, &offset, &fd); in scrub_shadow_regions() 681 vhost_user_get_mr_data(shadow_reg->userspace_addr, &offset, &fd); in send_remove_regions() 733 mr = vhost_user_get_mr_data(reg->userspace_addr, &offset, &fd); in send_add_regions()
|