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

  /external/qemu/target-arm/
exec.h 59 static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb) function
  /external/qemu/target-mips/
cpu.h 606 static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb) function
  /external/qemu/target-i386/
cpu.h 905 static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb) function
  /external/qemu/
cpu-exec.c 122 cpu_pc_from_tb(env, tb);
671 cpu_pc_from_tb(env, tb);
    [all...]

Completed in 48 milliseconds