Lines Matching refs:VERR_EM_INTERPRETER

9134     if (rc == VERR_EM_INTERPRETER)
10261 rc = VERR_EM_INTERPRETER;
10305 rc = VERR_EM_INTERPRETER;
10334 rc = VERR_EM_INTERPRETER;
10361 rc = VERR_EM_INTERPRETER;
10422 AssertMsg(rc == VERR_EM_INTERPRETER, ("hmR0VmxExitInvlpg: EMInterpretInvlpg %#RX64 failed with %Rrc\n",
10447 AssertMsg(rc == VERR_EM_INTERPRETER, ("hmR0VmxExitMonitor: EMInterpretMonitor failed with %Rrc\n", rc));
10448 rc = VERR_EM_INTERPRETER;
10483 AssertMsg(rc == VERR_EM_INTERPRETER, ("hmR0VmxExitMwait: EMInterpretMWait failed with %Rrc\n", rc));
10484 rc = VERR_EM_INTERPRETER;
10486 AssertMsg(rc == VINF_SUCCESS || rc == VINF_EM_HALT || rc == VERR_EM_INTERPRETER,
10669 return VERR_EM_INTERPRETER;
10775 return VERR_EM_INTERPRETER;
10791 return VERR_EM_INTERPRETER;
10838 AssertMsg(rc == VINF_SUCCESS || rc == VERR_EM_INTERPRETER,
10872 AssertMsg(rc == VINF_SUCCESS || rc == VERR_EM_INTERPRETER, ("hmR0VmxExitWrmsr: failed, invalid error code %Rrc\n", rc));
10980 return VERR_EM_INTERPRETER;
11013 * @retval VERR_EM_INTERPRETER when something unexpected happened, fallback to
11233 AssertMsg(rcStrict == VERR_EM_INTERPRETER, ("rcStrict=%Rrc RIP %#RX64\n", VBOXSTRICTRC_VAL(rcStrict), pMixedCtx->rip));
11404 return VERR_EM_INTERPRETER;
11585 Assert(rc == VINF_SUCCESS || rc == VERR_EM_INTERPRETER);
12050 rc = VERR_EM_INTERPRETER;
12091 rc = VERR_EM_INTERPRETER;
12102 rc = VERR_EM_INTERPRETER;
12128 rc = VERR_EM_INTERPRETER;
12137 rc = VERR_EM_INTERPRETER;
12200 rc = VERR_EM_INTERPRETER;
12202 AssertMsg(rc == VINF_SUCCESS || rc == VERR_EM_INTERPRETER || rc == VINF_PGM_CHANGE_MODE || rc == VINF_EM_HALT,