Searched refs:VMSTATE_SINGLE_TEST (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 853 VMSTATE_SINGLE_TEST(_field, _state, NULL, _version, _info, _type) 986 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_bool, bool) 989 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int8, int8_t) 992 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int16, int16_t) 995 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int32, int32_t) 998 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int64, int64_t) 1001 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint8, uint8_t) 1004 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint16, uint16_t) 1007 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint32, uint32_t) 1010 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_uint64, uint64_t) [all …]
|
/openbmc/qemu/hw/nvram/ |
H A D | eeprom93xx.c | 123 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_hack_uint16_from_uint8, uint16_t)
|
H A D | fw_cfg.c | 593 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_hack_uint32_as_uint16, uint32_t)
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 3340 VMSTATE_SINGLE_TEST(max_queue_pairs, VirtIONet, max_queue_pairs_gt_1, 0,
|