Searched refs:legacy_vmsd (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/ |
H A D | cpu-target.c | 153 if (cpu->cc->sysemu_ops->legacy_vmsd != NULL) { in cpu_exec_realizefn() 154 vmstate_register(NULL, cpu->cpu_index, cpu->cc->sysemu_ops->legacy_vmsd, cpu); in cpu_exec_realizefn() 166 if (cc->sysemu_ops->legacy_vmsd != NULL) { in cpu_exec_unrealizefn() 167 vmstate_unregister(NULL, cc->sysemu_ops->legacy_vmsd, cpu); in cpu_exec_unrealizefn()
|
/openbmc/qemu/include/hw/core/ |
H A D | sysemu-cpu-ops.h | 88 const VMStateDescription *legacy_vmsd; member
|
/openbmc/qemu/target/s390x/ |
H A D | cpu-sysemu.c | 164 .legacy_vmsd = &vmstate_s390_cpu,
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 538 .legacy_vmsd = &vmstate_mips_cpu,
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 922 .legacy_vmsd = &vmstate_sparc_cpu,
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 2668 .legacy_vmsd = &vmstate_arm_cpu,
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 2749 .legacy_vmsd = &vmstate_riscv_cpu,
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7411 .legacy_vmsd = &vmstate_ppc_cpu,
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 8570 .legacy_vmsd = &vmstate_x86_cpu,
|