Home
last modified time | relevance | path

Searched refs:vmstate_fifo8 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dfifo8.h216 extern const VMStateDescription vmstate_fifo8;
222 .vmsd = &vmstate_fifo8, \
/openbmc/qemu/util/
H A Dfifo8.c180 const VMStateDescription vmstate_fifo8 = { variable
/openbmc/qemu/hw/char/
H A Dserial.c748 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 Dallwinner_emac.c511 vmstate_fifo8, Fifo8),