Home
last modified time | relevance | path

Searched refs:vhost_memory_region (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h113 struct vhost_memory_region { struct
126 struct vhost_memory_region regions[]; argument
/openbmc/linux/include/uapi/linux/
H A Dvhost_types.h113 struct vhost_memory_region { struct
126 struct vhost_memory_region regions[]; argument
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c267 struct vhost_memory_region shadow_regions[VHOST_USER_MAX_RAM_SLOTS];
271 struct vhost_memory_region *region;
495 struct vhost_memory_region *src, in vhost_user_fill_msg_region()
514 struct vhost_memory_region *reg; in vhost_user_fill_set_mem_table_msg()
561 static inline bool reg_equal(struct vhost_memory_region *shadow_reg, in reg_equal()
562 struct vhost_memory_region *vdev_reg) in reg_equal()
578 struct vhost_memory_region *reg, *shadow_reg; in scrub_shadow_regions()
667 struct vhost_memory_region *shadow_reg; in send_remove_regions()
707 sizeof(struct vhost_memory_region) * in send_remove_regions()
722 struct vhost_memory_region *reg; in send_add_regions()
H A Dvhost.c170 struct vhost_memory_region *reg = dev->mem->regions + i; in vhost_sync_dirty_bitmap()
256 struct vhost_memory_region *reg = dev->mem->regions + i; in vhost_get_log_size()
612 struct vhost_memory_region *cur_vmr = dev->mem->regions + i; in vhost_commit()
1122 struct vhost_memory_region *reg = hdev->mem->regions + i; in vhost_memory_region_lookup()
/openbmc/linux/drivers/vhost/
H A Dvhost.c1715 struct vhost_memory_region *region; in vhost_set_memory()