Home
last modified time | relevance | path

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

/qemu/target/avr/
A Dmachine.c110 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),
/qemu/include/migration/
A Dvmstate.h885 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)
908 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_uint8, __u8)
910 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_uint16, __u16)
912 VMSTATE_SINGLE(_f, _s, _v, vmstate_info_uint32, __u32)
[all …]
/qemu/target/microblaze/
A Dmachine.c67 VMSTATE_SINGLE(msr, CPUMBState, 0, vmstate_msr, uint32_t),

Completed in 12 milliseconds