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

  /external/qemu/
qemu-log.h 54 #define log_cpu_state(env, f) cpu_dump_state((env), logfile, fprintf, (f)); macro
56 if (loglevel & (b)) log_cpu_state((env), (f)); \
cpu-exec.c 614 log_cpu_state(env, X86_DUMP_CCOP);
621 log_cpu_state(env, 0);
623 log_cpu_state(env, 0);
    [all...]
exec.c     [all...]
  /external/qemu/target-mips/
helper.c 450 log_cpu_state(env, 0);
translate.c     [all...]
  /external/qemu/target-i386/
helper.c 472 log_cpu_state(env, X86_DUMP_FPU | X86_DUMP_CCOP);
    [all...]
op_helper.c     [all...]
  /external/qemu/target-arm/
helper.c 267 log_cpu_state(env, 0);
    [all...]

Completed in 203 milliseconds