Lines Matching refs:cpu_exec

802     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 -> EXCP_EXECUTE_RAW\n"));
1010 Log2(("REMR3EmulateInstruction: cpu_exec -> EXCP_EXECUTE_HM\n"));
1018 Log2(("REMR3EmulateInstruction: cpu_exec -> EXCP_RC\n"));
1028 Log2(("REMR3EmulateInstruction: cpu_exec -> %d\n", rc));
1067 * Now we set the execute single instruction flag and enter the cpu_exec loop.
1113 rc = cpu_exec(&pVM->rem.s.Env);
1115 RTLogPrintf("remR3RunLoggingStep: cpu_exec -> %#x interrupt_request=%#x halted=%d exception_index=%#x\n", rc,
1147 Log2(("remR3RunLoggingStep: cpu_exec -> EXCP_DEBUG rc=%Rrc !watchpoint_hit!\n", rc));
1158 Log2(("remR3RunLoggingStep: cpu_exec -> EXCP_DEBUG rc=%Rrc pBP=%p GCPtrPC=%RGv\n", rc, pBP, GCPtrPC));
1179 RTLogPrintf("remR3RunLoggingStep: cpu_exec -> EXCP_INTERRUPT rc=VINF_SUCCESS\n");
1187 RTLogPrintf("remR3RunLoggingStep: cpu_exec -> EXCP_HLT rc=VINF_EM_HALT\n");
1195 RTLogPrintf("remR3RunLoggingStep: cpu_exec -> EXCP_HALTED rc=VINF_EM_HALT\n");
1203 RTLogPrintf("remR3RunLoggingStep: cpu_exec -> EXCP_EXECUTE_RAW rc=VINF_EM_RESCHEDULE_RAW\n");
1211 RTLogPrintf("remR3RunLoggingStep: cpu_exec -> EXCP_EXECUTE_HM rc=VINF_EM_RESCHEDULE_HM\n");
1219 RTLogPrintf("remR3RunLoggingStep: cpu_exec -> EXCP_RC rc=%Rrc\n", pVM->rem.s.rc);
1229 RTLogPrintf("remR3RunLoggingStep: cpu_exec -> %d rc=VINF_EM_RESCHEDULE\n", rc);
1269 rc = cpu_exec(&pVM->rem.s.Env);
1278 Log2(("REMR3Run: cpu_exec -> EXCP_INTERRUPT\n"));
1286 Log2(("REMR3Run: cpu_exec -> EXCP_HLT\n"));
1294 Log2(("REMR3Run: cpu_exec -> EXCP_HALTED\n"));
1305 Log2(("REMR3Run: cpu_exec -> EXCP_DEBUG rc=%Rrc !watchpoint_hit!\n", rc));
1316 Log2(("REMR3Run: cpu_exec -> EXCP_DEBUG rc=%Rrc pBP=%p GCPtrPC=%RGv\n", rc, pBP, GCPtrPC));
1324 Log2(("REMR3Run: cpu_exec -> EXCP_EXECUTE_RAW pc=%RGv\n", pVM->rem.s.Env.eip));
1332 Log2(("REMR3Run: cpu_exec -> EXCP_EXECUTE_HM\n"));
1340 Log2(("REMR3Run: cpu_exec -> EXCP_RC rc=%Rrc\n", pVM->rem.s.rc));
1350 Log2(("REMR3Run: cpu_exec -> %d\n", rc));