Searched defs:cpu_abort (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/
H A DVBoxRecompiler.c1947 cpu_abort(env, "PGMChangeMode(, %RX64, %RX64, %RX64) -> %Rrc\n", env->cr[0], env->cr[4], efer, rc);
3547 cpu_abort(env, "Trying to execute code with memory type addr_code=%RGv addend=%RGp at %RGv. (iHandlerMemType=%#x iMMIOMemType=%#x)\n",
4754 void cpu_abort(CPUX86State *env, const char *pszFormat, ...) function
H A Dexec.c795 cpu_abort(env1, "Internal error: code buffer overflow\n");
1818 cpu_abort(env, "Raised interrupt while not in I/O function");
2000 void cpu_abort(CPUState *env, const char *fmt, ...) function
3485 cpu_abort(env, "check_watchpoint: could not find TB for "
4461 cpu_abort(env, "cpu_io_recompile: could not find TB for pc=%p",
4491 cpu_abort(env, "TB too big during recompile");

Completed in 103 milliseconds