Searched refs:vmstate_fifo8 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | fifo8.h | 216 extern const VMStateDescription vmstate_fifo8; 222 .vmsd = &vmstate_fifo8, \
|
/openbmc/qemu/util/ |
H A D | fifo8.c | 180 const VMStateDescription vmstate_fifo8 = { variable
|
/openbmc/qemu/hw/char/ |
H A D | serial.c | 748 VMSTATE_STRUCT(recv_fifo, SerialState, 1, vmstate_fifo8, Fifo8), 765 VMSTATE_STRUCT(xmit_fifo, SerialState, 1, vmstate_fifo8, Fifo8),
|
/openbmc/qemu/hw/net/ |
H A D | allwinner_emac.c | 511 vmstate_fifo8, Fifo8),
|