Searched refs:vmstate_info_int64 (Results 1 – 5 of 5) sorted by relevance
/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 85 vmstate_info_int64, enumerator 113 $crate::vmstate::VMStateFieldType::vmstate_info_int64 => { 114 ::core::ptr::addr_of!($crate::bindings::vmstate_info_int64) 388 impl_vmstate_scalar!(vmstate_info_int64, i64);
|
/qemu/tests/unit/ |
H A D | ptimer-test-stubs.c | 21 const VMStateInfo vmstate_info_int64; variable
|
/qemu/rust/qemu-api/tests/ |
H A D | vmstate_tests.rs | 14 vmstate_info_bool, vmstate_info_int32, vmstate_info_int64, vmstate_info_int8, 291 assert_eq!(foo_fields[4].info, unsafe { &vmstate_info_int64 }); in test_vmstate_macro_array()
|
/qemu/include/migration/ |
H A D | vmstate.h | 220 extern const VMStateInfo vmstate_info_int64; 895 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int64, int64_t) 1005 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int64, int64_t) 1128 VMSTATE_ARRAY(_f, _s, _n, _v, vmstate_info_int64, int64_t)
|
/qemu/migration/ |
H A D | vmstate-types.c | 190 const VMStateInfo vmstate_info_int64 = { variable
|