Home
last modified time | relevance | path

Searched refs:vmstate_info_bool (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/core/
H A Dor-irq.c99 vmstate_info_bool, bool),
/openbmc/qemu/include/migration/
H A Dvmstate.h215 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 Dvmstate-types.c40 const VMStateInfo vmstate_info_bool = { variable