Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-user.c250 uint64_t postcopy_client_bases[VHOST_USER_MAX_RAM_SLOTS]; member
610 shadow_pcb[j] = u->postcopy_client_bases[i]; in scrub_shadow_regions()
862 memcpy(u->postcopy_client_bases, shadow_pcb, in vhost_user_add_remove_regions()
883 memcpy(u->postcopy_client_bases, shadow_pcb, in vhost_user_add_remove_regions()
957 memset(u->postcopy_client_bases, 0, in vhost_user_set_mem_table_postcopy()
971 u->postcopy_client_bases[region_i] = in vhost_user_set_mem_table_postcopy()
1952 u->postcopy_client_bases[i], dev->mem->regions[i].memory_size); in vhost_user_postcopy_fault_handler()
1953 if (faultaddr >= u->postcopy_client_bases[i]) { in vhost_user_postcopy_fault_handler()
1955 uint64_t region_offset = faultaddr - u->postcopy_client_bases[i]; in vhost_user_postcopy_fault_handler()
1990 u->postcopy_client_bases[i]; in vhost_user_postcopy_waker()