Home
last modified time | relevance | path

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

/openbmc/qemu/include/migration/
H A Dvmstate.h318 #define VMSTATE_SINGLE_TEST(_field, _state, _test, _version, _info, _type) { \ macro
858 VMSTATE_SINGLE_TEST(_field, _state, NULL, _version, _info, _type)
997 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_bool, bool)
1000 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int8, int8_t)
1003 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int16, int16_t)
1006 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int32, int32_t)
1009 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int64, int64_t)
1012 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint8, uint8_t)
1015 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint16, uint16_t)
1018 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint32, uint32_t)
[all …]
/openbmc/qemu/hw/nvram/
H A Deeprom93xx.c123 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_hack_uint16_from_uint8, uint16_t)
H A Dfw_cfg.c592 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_hack_uint32_as_uint16, uint32_t)
/openbmc/qemu/hw/net/
H A Dvirtio-net.c3538 VMSTATE_SINGLE_TEST(max_queue_pairs, VirtIONet, max_queue_pairs_gt_1, 0,