Searched refs:cpu_exec (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dcpu.h1147 #define cpu_exec cpu_x86_exec macro
/vbox/src/recompiler/
H A DVBoxRecompiler.c802 rc = cpu_exec(&pVM->rem.s.Env);
934 * Now we set the execute single instruction flag and enter the cpu_exec loop.
938 rc = cpu_exec(&pVM->rem.s.Env);
947 Log2(("REMR3EmulateInstruction: cpu_exec -> EXCP_SINGLE_INSTR\n"));
955 Log2(("REMR3EmulateInstruction: cpu_exec -> EXCP_INTERRUPT\n"));
967 Log2(("REMR3EmulateInstruction: cpu_exec -> EXCP_DEBUG rc=%Rrc !watchpoint_hit!\n", rc));
978 Log2(("REMR3EmulateInstruction: cpu_exec -> EXCP_DEBUG rc=%Rrc pBP=%p GCPtrPC=%RGv\n", rc, pBP, GCPtrPC));
986 Log2(("REMR3EmulateInstruction: cpu_exec -> EXCP_HLT\n"));
994 Log2(("REMR3EmulateInstruction: cpu_exec -> EXCP_HALTED\n"));
1002 Log2(("REMR3EmulateInstruction: cpu_exec
[all...]
H A Dcpu-exec.c233 int cpu_exec(CPUState *env1) function
872 /* fail safe : never use cpu_single_env outside cpu_exec() */

Completed in 188 milliseconds