Searched refs:vmstate_info_int32 (Results 1 – 6 of 6) sorted by relevance
/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 84 vmstate_info_int32, enumerator 110 $crate::vmstate::VMStateFieldType::vmstate_info_int32 => { 111 ::core::ptr::addr_of!($crate::bindings::vmstate_info_int32) 387 impl_vmstate_scalar!(vmstate_info_int32, i32);
|
/qemu/rust/qemu-api/tests/ |
H A D | vmstate_tests.rs | 14 vmstate_info_bool, vmstate_info_int32, vmstate_info_int64, vmstate_info_int8, 366 assert_eq!(foo_fields[0].info, unsafe { &vmstate_info_int32 }); in test_vmstate_pointer()
|
/qemu/include/migration/ |
H A D | vmstate.h | 219 extern const VMStateInfo vmstate_info_int32; 893 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int32, int32_t) 1002 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int32, int32_t) 1122 VMSTATE_ARRAY(_f, _s, _n, _v, vmstate_info_int32, int32_t)
|
/qemu/migration/ |
H A D | vmstate-types.c | 113 const VMStateInfo vmstate_info_int32 = { variable
|
/qemu/tests/unit/ |
H A D | test-vmstate.c | 634 AR_SIZE, 0, vmstate_info_int32, int32_t*),
|
/qemu/hw/pci/ |
H A D | pci.c | 110 nirq, 0, vmstate_info_int32,
|