Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H 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),