Searched refs:vmstate_info_timer (Results 1 – 4 of 4) sorted by relevance
/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 90 vmstate_info_timer, enumerator 128 $crate::vmstate::VMStateFieldType::vmstate_info_timer => { 129 ::core::ptr::addr_of!($crate::bindings::vmstate_info_timer) 393 impl_vmstate_scalar!(vmstate_info_timer, crate::timer::Timer);
|
/qemu/include/migration/ |
H A D | vmstate.h | 241 extern const VMStateInfo vmstate_info_timer; 1023 VMSTATE_POINTER_TEST(_f, _s, _test, vmstate_info_timer, QEMUTimer *) 1026 VMSTATE_POINTER(_f, _s, _v, vmstate_info_timer, QEMUTimer *) 1032 VMSTATE_ARRAY_OF_POINTER(_f, _s, _n, 0, vmstate_info_timer, QEMUTimer *) 1035 VMSTATE_SINGLE_TEST(_f, _s, _test, 0, vmstate_info_timer, QEMUTimer) 1038 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_timer, QEMUTimer) 1044 VMSTATE_ARRAY(_f, _s, _n, 0, vmstate_info_timer, QEMUTimer)
|
/qemu/tests/unit/ |
H A D | ptimer-test-stubs.c | 22 const VMStateInfo vmstate_info_timer; variable
|
/qemu/migration/ |
H A D | savevm.c | 225 const VMStateInfo vmstate_info_timer = { variable
|