Home
last modified time | relevance | path

Searched refs:vmstate_ide_bus (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dide-internal.h380 extern const VMStateDescription vmstate_ide_bus;
383 VMSTATE_STRUCT(_field, _state, 1, vmstate_ide_bus, IDEBus)
386 VMSTATE_STRUCT_ARRAY(_field, _state, _num, 1, vmstate_ide_bus, IDEBus)
H A Dcore.c3020 const VMStateDescription vmstate_ide_bus = { variable