Searched refs:vmstate_info_bool (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | or-irq.c | 99 vmstate_info_bool, bool),
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 215 extern const VMStateInfo vmstate_info_bool; 885 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_bool, bool) 986 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_bool, bool) 1038 VMSTATE_ARRAY(_f, _s, _n, _v, vmstate_info_bool, bool) 1044 VMSTATE_SUB_ARRAY(_f, _s, _start, _num, 0, vmstate_info_bool, bool)
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 40 const VMStateInfo vmstate_info_bool = { variable
|