Home
last modified time | relevance | path

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

/qemu/
H A Dcpu-target.c115 const VMStateDescription vmstate_cpu_common = { variable
151 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()
/qemu/include/hw/core/
H A Dcpu.h1158 extern const VMStateDescription vmstate_cpu_common;
1163 .vmsd = &vmstate_cpu_common, \