Searched refs:vmstate_info_bool (Results 1 – 5 of 5) sorted by relevance
/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 81 vmstate_info_bool, enumerator 101 $crate::vmstate::VMStateFieldType::vmstate_info_bool => { 102 ::core::ptr::addr_of!($crate::bindings::vmstate_info_bool) 384 impl_vmstate_scalar!(vmstate_info_bool, bool);
|
/qemu/hw/core/ |
H A D | or-irq.c | 99 vmstate_info_bool, bool),
|
/qemu/include/migration/ |
H A D | vmstate.h | 215 extern const VMStateInfo vmstate_info_bool; 886 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_bool, bool) 993 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_bool, bool) 1047 VMSTATE_ARRAY(_f, _s, _n, _v, vmstate_info_bool, bool) 1053 VMSTATE_SUB_ARRAY(_f, _s, _start, _num, 0, vmstate_info_bool, bool)
|
/qemu/rust/qemu-api/tests/ |
H A D | vmstate_tests.rs | 14 vmstate_info_bool, vmstate_info_int32, vmstate_info_int64, vmstate_info_int8, 200 assert_eq!(foo_fields[0].info, unsafe { &vmstate_info_bool }); in test_vmstate_bool_v()
|
/qemu/migration/ |
H A D | vmstate-types.c | 41 const VMStateInfo vmstate_info_bool = { variable
|