Searched refs:vmstate_ide_bus (Results 1 – 2 of 2) sorted by relevance
380 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)
3020 const VMStateDescription vmstate_ide_bus = { variable