Searched refs:vmstate_info_timer (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | vmstate.rs | |
| /openbmc/qemu/tests/unit/ |
| H A D | ptimer-test-stubs.c | 22 const VMStateInfo vmstate_info_timer; variable
|
| /openbmc/qemu/include/migration/ |
| H A D | vmstate.h | 260 extern const VMStateInfo vmstate_info_timer; 1052 VMSTATE_POINTER_TEST(_f, _s, _test, vmstate_info_timer, QEMUTimer *) 1055 VMSTATE_POINTER(_f, _s, _v, vmstate_info_timer, QEMUTimer *) 1061 VMSTATE_ARRAY_OF_POINTER(_f, _s, _n, 0, vmstate_info_timer, QEMUTimer *) 1064 VMSTATE_SINGLE_TEST(_f, _s, _test, 0, vmstate_info_timer, QEMUTimer) 1067 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_timer, QEMUTimer) 1073 VMSTATE_ARRAY(_f, _s, _n, 0, vmstate_info_timer, QEMUTimer)
|
| /openbmc/qemu/migration/ |
| H A D | savevm.c | 225 const VMStateInfo vmstate_info_timer = { variable
|