HomeSort by relevance Sort by last modified time
    Searched refs:CPU_SAVE_VERSION (Results 1 - 6 of 6) sorted by null

  /external/qemu/target-arm/
cpu.h 458 #define CPU_SAVE_VERSION 3
machine.c 119 if (version_id != CPU_SAVE_VERSION)
  /external/qemu/target-i386/
machine.c 196 if (version_id < 3 || version_id > CPU_SAVE_VERSION)
cpu.h 866 #define CPU_SAVE_VERSION 10
  /external/qemu/target-mips/
cpu.h 489 #define CPU_SAVE_VERSION 3
  /external/qemu/
exec.c 532 #if defined(CPU_SAVE_VERSION) && !defined(CONFIG_USER_ONLY)
601 #if defined(CPU_SAVE_VERSION) && !defined(CONFIG_USER_ONLY)
604 register_savevm("cpu", cpu_index, CPU_SAVE_VERSION,
    [all...]

Completed in 167 milliseconds