Searched refs:VMSTATE_SINGLE (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/avr/ |
H A D | machine.c | 110 VMSTATE_SINGLE(env, AVRCPU, 0, vms_sreg, CPUAVRState), 111 VMSTATE_SINGLE(env.rampD, AVRCPU, 0, vms_rampD, uint32_t), 112 VMSTATE_SINGLE(env.rampX, AVRCPU, 0, vms_rampX, uint32_t), 113 VMSTATE_SINGLE(env.rampY, AVRCPU, 0, vms_rampY, uint32_t), 114 VMSTATE_SINGLE(env.rampZ, AVRCPU, 0, vms_rampZ, uint32_t), 115 VMSTATE_SINGLE(env.eind, AVRCPU, 0, vms_eind, uint32_t),
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 852 #define VMSTATE_SINGLE(_field, _state, _version, _info, _type) \ macro 885 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_bool, bool) 888 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int8, int8_t) 890 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int16, int16_t) 892 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int32, int32_t) 894 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_int64, int64_t) 897 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_uint8, uint8_t) 899 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_uint16, uint16_t) 901 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_uint32, uint32_t) 903 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_uint64, uint64_t) [all …]
|
/openbmc/qemu/target/microblaze/ |
H A D | machine.c | 67 VMSTATE_SINGLE(msr, CPUMBState, 0, vmstate_msr, uint32_t),
|