Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dram.h69 bool ramblock_recv_bitmap_test_byte_offset(RAMBlock *rb, uint64_t byte_offset);
H A Dpostcopy-ram.c781 bool received = ramblock_recv_bitmap_test_byte_offset(rb, start); in postcopy_request_page()
802 if (ramblock_recv_bitmap_test_byte_offset(rb, aligned_rbo)) { in postcopy_request_shared_page()
H A Dmigration.c399 received = ramblock_recv_bitmap_test_byte_offset(rb, start); in migrate_send_rp_req_pages()
H A Dram.c242 bool ramblock_recv_bitmap_test_byte_offset(RAMBlock *rb, uint64_t byte_offset) in ramblock_recv_bitmap_test_byte_offset() function