Searched refs:cpu_dump_state (Results 1 - 5 of 5) sorted by relevance
/vbox/src/recompiler/ |
H A D | qemu-log.h | 75 /* 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 D | cpu-all.h | 916 void cpu_dump_state(CPUState *env, FILE *f,
|
H A D | exec.c | 2011 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 D | qruncom.c | 272 cpu_dump_state(env, stderr, fprintf, 0); 280 cpu_dump_state(env, stderr, fprintf, 0);
|
/vbox/src/recompiler/target-i386/ |
H A D | helper.c | 250 void cpu_dump_state(CPUState *env, FILE *f, function
|
Completed in 53 milliseconds