Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dtrace-events21 …user_postcopy_fault_handler_found(int i, uint64_t region_offset, uint64_t rb_offset) "%d: region_o…
H A Dvhost-user.c1953 uint64_t region_offset = faultaddr - u->postcopy_client_bases[i]; in vhost_user_postcopy_fault_handler() local
1954 if (region_offset < dev->mem->regions[i].memory_size) { in vhost_user_postcopy_fault_handler()
1955 rb_offset = region_offset + u->region_rb_offset[i]; in vhost_user_postcopy_fault_handler()
1957 region_offset, rb_offset); in vhost_user_postcopy_fault_handler()
/qemu/hw/acpi/
H A Dnvdimm.c88 uint64_t region_offset; member