Home
last modified time | relevance | path

Searched refs:vmstate_info_int64 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dptimer-test-stubs.c21 const VMStateInfo vmstate_info_int64; variable
/openbmc/qemu/include/migration/
H A Dvmstate.h220 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 Dvmstate-types.c189 const VMStateInfo vmstate_info_int64 = { variable