Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D108202 rb_offset=$(peek_file_be "$TEST_IMG" $rt_offset 8)
203 poke_file "$TEST_IMG" $rb_offset "\x00\x00"
284 rb_offset=$(peek_file_be "$TEST_IMG" $rt_offset 8)
285 poke_file "$TEST_IMG" $rb_offset "\x00\x00"
382 rb_offset=$(peek_file_be "$export_mp" $rt_offset 8)
383 poke_file "$export_mp" $rb_offset "\x00\x00"
H A D06061 rb_offset=131072 # 0x20000 (XXX: just an assumption)
113 poke_file "$TEST_IMG" "$(($rb_offset+8))" "\x00\x01"
171 poke_file "$TEST_IMG" "$(($rb_offset+10))" "\x00\x00"
173 poke_file "$TEST_IMG" "$(($rb_offset+12))" "\x00\x00"
191 poke_file "$TEST_IMG" "$rb_offset" "\x00\x00"
287 poke_file "$TEST_IMG" "$rb_offset" "\x00\x00\x00\x00\x00\x00\x00\x00"
297 poke_file "$TEST_IMG" "$rb_offset" "\x00\x00\x00\x00\x00\x00\x00\x00"
/openbmc/qemu/migration/
H A Dpostcopy-ram.c985 uint64_t client_addr, uint64_t rb_offset) in postcopy_request_shared_page()
987 uint64_t aligned_rbo = ROUND_DOWN(rb_offset, qemu_ram_pagesize(rb)); in postcopy_request_shared_page()
991 rb_offset); in postcopy_request_shared_page()
994 qemu_ram_get_idstr(rb), rb_offset); in postcopy_request_shared_page()
1308 ram_addr_t rb_offset; in postcopy_ram_fault_thread()
1378 true, &rb_offset); in postcopy_ram_fault_thread()
1385 rb_offset = ROUND_DOWN(rb_offset, qemu_ram_pagesize(rb)); in postcopy_ram_fault_thread()
1388 rb_offset, in postcopy_ram_fault_thread()
1395 ret = postcopy_request_page(mis, rb, rb_offset, in postcopy_ram_fault_thread()
982 postcopy_request_shared_page(struct PostCopyFD * pcfd,RAMBlock * rb,uint64_t client_addr,uint64_t rb_offset) postcopy_request_shared_page() argument
1305 ram_addr_t rb_offset; postcopy_ram_fault_thread() local
1723 postcopy_request_shared_page(struct PostCopyFD * pcfd,RAMBlock * rb,uint64_t client_addr,uint64_t rb_offset) postcopy_request_shared_page() argument
[all...]
H A Dtrace-events304 postcopy_request_shared_page(const char *sharer, const char *rb, uint64_t rb_offset) "for %s in %s offset 0x%"PRIx64
305 postcopy_request_shared_page_present(const char *sharer, const char *rb, uint64_t rb_offset) "%s already %s offset 0x%"PRIx64
H A Dsavevm.c2195 ram_addr_t rb_offset; in loadvm_postcopy_handle_listen()
2199 rb = qemu_ram_block_from_host(host_addr, true, &rb_offset); in loadvm_postcopy_handle_listen()
2212 ret = migrate_send_rp_message_req_pages(mis, rb, rb_offset); in loadvm_postcopy_handle_listen()
2293 ram_addr_t rb_offset; postcopy_sync_page_req() local
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c84 ram_addr_t rb_offset, rb_aligned_offset, base_gpa; in balloon_inflate_page()
91 rb = qemu_ram_block_from_host(addr, false, &rb_offset); in balloon_inflate_page()
97 ram_block_discard_range(rb, rb_offset, rb_page_size); in balloon_inflate_page()
113 rb_aligned_offset = QEMU_ALIGN_DOWN(rb_offset, rb_page_size); in balloon_inflate_page()
116 (rb_offset - rb_aligned_offset); in balloon_inflate_page()
129 set_bit((rb_offset - rb_aligned_offset) / BALLOON_PAGE_SIZE, in balloon_inflate_page()
148 ram_addr_t rb_offset; in balloon_deflate_page()
156 rb = qemu_ram_block_from_host(addr, false, &rb_offset); in balloon_deflate_page()
83 ram_addr_t rb_offset, rb_aligned_offset, base_gpa; balloon_inflate_page() local
147 ram_addr_t rb_offset; balloon_deflate_page() local
H A Dtrace-events21 vhost_user_postcopy_fault_handler_found(int i, uint64_t region_offset, uint64_t rb_offset) "%d: region_offset: 0x%"PRIx64" rb_offset:0x%"PRIx64
25 vhost_user_postcopy_waker(const char *rb, uint64_t rb_offset) "%s + 0x%"PRIx64
27 vhost_user_postcopy_waker_nomatch(const char *rb, uint64_t rb_offset) "%s + 0x%"PRIx64
H A Dvhost-user.c1951 uint64_t rb_offset; in vhost_user_postcopy_fault_handler()
1963 rb_offset = region_offset + u->region_rb_offset[i]; in vhost_user_postcopy_waker()
1965 region_offset, rb_offset); in vhost_user_postcopy_waker()
1968 rb_offset); in vhost_user_postcopy_waker()
1929 uint64_t rb_offset; vhost_user_postcopy_fault_handler() local
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c841 ram_addr_t rb_offset; in hv_balloon_handle_remove_host_addr_node() local
847 rb = qemu_ram_block_from_host(addr, false, &rb_offset); in hv_balloon_handle_remove_host_addr_node()
859 (rb->max_length - rb_offset) / in hv_balloon_handle_remove_host_addr_node()
863 if (ram_block_discard_range(rb, rb_offset, discard_size * in hv_balloon_handle_remove_host_addr_node()