Searched refs:cpu_dump_state (Results 1 - 5 of 5) sorted by relevance

/vbox/src/recompiler/
H A Dqemu-log.h75 /* cpu_dump_state() logging functions: */
77 #define log_cpu_state(env, f) cpu_dump_state((env), logfile, fprintf, (f));
79 #define log_cpu_state(env, f) cpu_dump_state((env), NULL, NULL, (f));
H A Dcpu-all.h916 void cpu_dump_state(CPUState *env, FILE *f,
H A Dexec.c2011 cpu_dump_state(env, stderr, fprintf, X86_DUMP_FPU | X86_DUMP_CCOP);
2013 cpu_dump_state(env, stderr, fprintf, 0);
/vbox/src/recompiler/tests/
H A Dqruncom.c272 cpu_dump_state(env, stderr, fprintf, 0);
280 cpu_dump_state(env, stderr, fprintf, 0);
/vbox/src/recompiler/target-i386/
H A Dhelper.c250 void cpu_dump_state(CPUState *env, FILE *f, function

Completed in 53 milliseconds