Searched refs:vmstate_info_int32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 219 extern const VMStateInfo vmstate_info_int32; 892 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int32, int32_t) 995 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int32, int32_t) 1113 VMSTATE_ARRAY(_f, _s, _n, _v, vmstate_info_int32, int32_t)
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 115 ::core::ptr::addr_of!($crate::bindings::vmstate_info_int32),
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 112 const VMStateInfo vmstate_info_int32 = { variable
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 634 AR_SIZE, 0, vmstate_info_int32, int32_t*),
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 116 nirq, 0, vmstate_info_int32,
|