Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dpostcopy-ram.c345 const char *block_name = qemu_ram_get_idstr(rb); in test_ramblock_postcopiable()
493 const char *block_name = qemu_ram_get_idstr(rb); in init_range()
525 const char *block_name = qemu_ram_get_idstr(rb); in cleanup_range()
681 const char *block_name = qemu_ram_get_idstr(rb); in nhp_range()
754 trace_postcopy_wake_shared(client_addr, qemu_ram_get_idstr(rb)); in postcopy_wake_shared()
760 __func__, (size_t)client_addr, qemu_ram_get_idstr(rb), in postcopy_wake_shared()
800 trace_postcopy_request_shared_page(pcfd->idstr, qemu_ram_get_idstr(rb), in postcopy_request_shared_page()
804 qemu_ram_get_idstr(rb), rb_offset); in postcopy_request_shared_page()
1079 qemu_ram_get_idstr(rb), in postcopy_ram_fault_thread()
H A Ddirtyrate.c444 strcpy(info->idstr, qemu_ram_get_idstr(block)); in get_ramblock_dirty_info()
542 if (!strcmp(infos[i].idstr, qemu_ram_get_idstr(block))) { in find_block_matched()
H A Dmigration.c376 rbname = qemu_ram_get_idstr(rb); in migrate_send_rp_message_req_pages()
H A Drdma.c617 const char *block_name = qemu_ram_get_idstr(rb); in qemu_rdma_init_one_block()
/openbmc/qemu/include/exec/
H A Dcpu-common.h103 const char *qemu_ram_get_idstr(RAMBlock *rb);
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1940 trace_vhost_user_postcopy_waker(qemu_ram_get_idstr(rb), offset); in vhost_user_postcopy_waker()
1958 trace_vhost_user_postcopy_waker_nomatch(qemu_ram_get_idstr(rb), offset); in vhost_user_postcopy_waker()
/openbmc/qemu/system/
H A Dphysmem.c1529 const char *qemu_ram_get_idstr(RAMBlock *rb) in qemu_ram_get_idstr() function