Searched refs:VMSTATE_INT8 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | e1000e.c | 577 VMSTATE_INT8(props.ip, struct e1000e_tx), 578 VMSTATE_INT8(props.tcp, struct e1000e_tx),
|
H A D | e1000.c | 1477 VMSTATE_INT8(tx.tso_props.ip, E1000State), 1478 VMSTATE_INT8(tx.tso_props.tcp, E1000State), 1512 VMSTATE_INT8(mig_props.ip, E1000State), 1513 VMSTATE_INT8(mig_props.tcp, E1000State),
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 206 VMSTATE_INT8(i8_1, TestSimple), 207 VMSTATE_INT8(i8_2, TestSimple),
|
/openbmc/qemu/hw/m68k/ |
H A D | next-cube.c | 927 VMSTATE_INT8(phase, NextRtc),
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 921 #define VMSTATE_INT8(_f, _s) \ macro
|