Searched refs:vmstate_cpu_common (Results 1 – 2 of 2) sorted by relevance
115 const VMStateDescription vmstate_cpu_common = { variable151 vmstate_register(NULL, cpu->cpu_index, &vmstate_cpu_common, cpu); in cpu_exec_realizefn()170 vmstate_unregister(NULL, &vmstate_cpu_common, cpu); in cpu_exec_unrealizefn()
1178 extern const VMStateDescription vmstate_cpu_common;1183 .vmsd = &vmstate_cpu_common, \