Searched refs:VMSTATE_ARRAY_OF_POINTER (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 500 #define VMSTATE_ARRAY_OF_POINTER(_field, _state, _num, _version, _info, _type) {\ macro 1023 VMSTATE_ARRAY_OF_POINTER(_f, _s, _n, 0, vmstate_info_timer, QEMUTimer *)
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 633 VMSTATE_ARRAY_OF_POINTER(ar, TestArrayOfPtrToInt,
|