Searched refs:vmstate_info_int32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 219 extern const VMStateInfo vmstate_info_int32; 892 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int32, int32_t) 995 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int32, int32_t) 1113 VMSTATE_ARRAY(_f, _s, _n, _v, vmstate_info_int32, int32_t)
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 112 const VMStateInfo vmstate_info_int32 = { variable
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 634 AR_SIZE, 0, vmstate_info_int32, int32_t*),
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 100 nirq, 0, vmstate_info_int32,
|