Searched refs:cpu_post_load (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/openrisc/ |
H A D | machine.c | 123 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() function 137 .post_load = cpu_post_load,
|
/openbmc/qemu/target/s390x/ |
H A D | machine.c | 26 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() function 255 .post_load = cpu_post_load,
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 7 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() function 226 .post_load = cpu_post_load,
|
/openbmc/qemu/target/ppc/ |
H A D | machine.c | 183 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() function 677 .post_load = cpu_post_load,
|
/openbmc/qemu/target/arm/ |
H A D | machine.c | 932 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() function 1041 .post_load = cpu_post_load,
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 313 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() function 1659 .post_load = cpu_post_load,
|