Searched refs:vmstate_info_int64 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | ptimer-test-stubs.c | 21 const VMStateInfo vmstate_info_int64; variable
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 220 extern const VMStateInfo vmstate_info_int64; 894 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int64, int64_t) 998 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int64, int64_t) 1119 VMSTATE_ARRAY(_f, _s, _n, _v, vmstate_info_int64, int64_t)
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 189 const VMStateInfo vmstate_info_int64 = { variable
|