Searched refs:qemu_put_buffer_at (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/migration/ |
H A D | qemu-file.h | 76 void qemu_put_buffer_at(QEMUFile *f, const uint8_t *buf, size_t buflen,
|
H A D | qemu-file.c | 457 void qemu_put_buffer_at(QEMUFile *f, const uint8_t *buf, size_t buflen, in qemu_put_buffer_at() function
|
H A D | ram.c | 1214 qemu_put_buffer_at(file, buf, TARGET_PAGE_SIZE, in save_normal_page() 3095 qemu_put_buffer_at(f, (uint8_t *)block->file_bmap, bitmap_size, in ram_save_file_bmap()
|