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/
machine.c 125 if (version_id != CPU_SAVE_VERSION && version_id != CPU_SAVE_VERSION_LEGACY)
cpu.h 802 #define CPU_SAVE_VERSION 4
  /external/qemu/target-i386/
machine.c 156 if (version_id < 3 || version_id > CPU_SAVE_VERSION)
cpu.h     [all...]
  /external/qemu/target-mips/
cpu.h 502 #define CPU_SAVE_VERSION 3
  /external/qemu/
exec.c 118 #if defined(CPU_SAVE_VERSION) && !defined(CONFIG_USER_ONLY)
186 #if defined(CPU_SAVE_VERSION) && !defined(CONFIG_USER_ONLY)
197 CPU_SAVE_VERSION,
    [all...]

Completed in 95 milliseconds