Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Dccw-device.h34 extern const VMStateDescription vmstate_ccw_dev;
36 VMSTATE_STRUCT(_field, _state, 1, vmstate_ccw_dev, CcwDevice)
H A Dccw-device.c111 const VMStateDescription vmstate_ccw_dev = { variable