Searched refs:vmstate_env (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/alpha/ |
H A D | machine.c | 69 static const VMStateDescription vmstate_env = { variable 78 VMSTATE_STRUCT(env, AlphaCPU, 1, vmstate_env, CPUAlphaState),
|
/openbmc/qemu/target/microblaze/ |
H A D | machine.c | 88 static const VMStateDescription vmstate_env = { variable 97 VMSTATE_STRUCT(env, MicroBlazeCPU, 1, vmstate_env, CPUMBState),
|
/openbmc/qemu/target/openrisc/ |
H A D | machine.c | 70 static const VMStateDescription vmstate_env = { variable 140 VMSTATE_STRUCT(env, OpenRISCCPU, 1, vmstate_env, CPUOpenRISCState),
|
/openbmc/qemu/target/hppa/ |
H A D | machine.c | 209 static const VMStateDescription vmstate_env = { variable 219 VMSTATE_STRUCT(env, HPPACPU, 1, vmstate_env, CPUHPPAState),
|