Searched refs:qemu_get_buffer_at (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/migration/ |
H A D | qemu-file.h | 78 size_t qemu_get_buffer_at(QEMUFile *f, const uint8_t *buf, size_t buflen,
|
H A D | qemu-file.c | 493 size_t qemu_get_buffer_at(QEMUFile *f, const uint8_t *buf, size_t buflen, in qemu_get_buffer_at() function
|
H A D | ram.c | 3942 read = qemu_get_buffer_at(f, host, size, in read_ramblock_mapped_ram() 3995 if (qemu_get_buffer_at(f, (uint8_t *)bitmap, bitmap_size, in parse_ramblock_mapped_ram()
|