HomeSort by relevance Sort by last modified time
    Searched full:cpu_restore_state (Results 1 - 8 of 8) sorted by null

  /external/qemu/target-i386/
mem_helper.c 141 cpu_restore_state(env, retaddr);
  /external/qemu/include/exec/
exec-all.h 87 bool cpu_restore_state(CPUArchState *env, uintptr_t searched_pc);
  /external/qemu/target-arm/
op_helper.c 87 cpu_restore_state(env, retaddr);
  /external/qemu/target-mips/
helper.c 458 /* XXX: put correct access by using cpu_restore_state()
op_helper.c 121 cpu_restore_state (env, pc);
    [all...]
  /external/qemu/
cpu-exec.c 757 cpu_restore_state(env, pc);
    [all...]
exec.c     [all...]
translate-all.c 253 bool cpu_restore_state(CPUArchState *env, uintptr_t retaddr) function
    [all...]

Completed in 641 milliseconds