Home
last modified time | relevance | path

Searched refs:CPU_SAVE_VERSION (Results 1 – 6 of 6) sorted by relevance

/external/qemu/target-i386/
Dmachine.c156 if (version_id < 3 || version_id > CPU_SAVE_VERSION) in cpu_load()
Dcpu.h1026 #define CPU_SAVE_VERSION 10 macro
/external/qemu/target-arm/
Dmachine.c125 if (version_id != CPU_SAVE_VERSION && version_id != CPU_SAVE_VERSION_LEGACY) in cpu_load()
Dcpu.h802 #define CPU_SAVE_VERSION 4 macro
/external/qemu/target-mips/
Dcpu.h502 #define CPU_SAVE_VERSION 3 macro
/external/qemu/
Dexec.c118 #if defined(CPU_SAVE_VERSION) && !defined(CONFIG_USER_ONLY)
186 #if defined(CPU_SAVE_VERSION) && !defined(CONFIG_USER_ONLY) in cpu_exec_init()
197 CPU_SAVE_VERSION, in cpu_exec_init()