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.c342 const char *block_name = qemu_ram_get_idstr(rb); in test_ramblock_postcopiable()
490 const char *block_name = qemu_ram_get_idstr(rb); in init_range()
522 const char *block_name = qemu_ram_get_idstr(rb); in cleanup_range()
678 const char *block_name = qemu_ram_get_idstr(rb); in nhp_range()
749 trace_postcopy_wake_shared(client_addr, qemu_ram_get_idstr(rb)); in postcopy_wake_shared()
789 trace_postcopy_request_shared_page(pcfd->idstr, qemu_ram_get_idstr(rb), in postcopy_request_shared_page()
793 qemu_ram_get_idstr(rb), rb_offset); in postcopy_request_shared_page()
1068 qemu_ram_get_idstr(rb), in postcopy_ram_fault_thread()
H A Ddirtyrate.c449 len = g_strlcpy(info->idstr, qemu_ram_get_idstr(block), in get_ramblock_dirty_info()
549 if (!strcmp(infos[i].idstr, qemu_ram_get_idstr(block))) { in find_block_matched()
H A Dmigration.c485 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.h95 const char *qemu_ram_get_idstr(RAMBlock *rb);
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1978 trace_vhost_user_postcopy_waker(qemu_ram_get_idstr(rb), offset); in vhost_user_postcopy_waker()
1996 trace_vhost_user_postcopy_waker_nomatch(qemu_ram_get_idstr(rb), offset); in vhost_user_postcopy_waker()
/openbmc/qemu/system/
H A Dphysmem.c1552 const char *qemu_ram_get_idstr(RAMBlock *rb) in qemu_ram_get_idstr() function