HomeSort by relevance Sort by last modified time
    Searched refs:log_cpu_state (Results 1 - 6 of 6) 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 591 log_cpu_state(env, X86_DUMP_CCOP);
598 log_cpu_state(env, 0);
600 log_cpu_state(env, 0);
    [all...]
exec.c     [all...]
  /external/qemu/target-i386/
helper.c 471 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 97 milliseconds