Home
last modified time | relevance | path

Searched refs:cur_io_buffer_len (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/ide/
H A Dide-dev.h124 int32_t cur_io_buffer_len; member
/openbmc/qemu/hw/ide/
H A Dcore.c2870 s->data_end = s->data_ptr + s->cur_io_buffer_len; in ide_drive_pio_post_load()
2882 s->cur_io_buffer_len = s->data_end - s->data_ptr; in ide_drive_pio_pre_save()
2962 VMSTATE_INT32(cur_io_buffer_len, IDEState),
/openbmc/qemu/docs/devel/migration/
H A Dmain.rst300 VMSTATE_INT32(cur_io_buffer_len, IDEState),