Searched refs:cpu_abort (Results 1 - 5 of 5) sorted by relevance

/vbox/src/recompiler/
H A Dexec-all.h371 cpu_abort(env1, "Trying to execute code outside RAM or ROM at 0x" TARGET_FMT_lx "\n", addr);
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");
H A Dcpu-all.h923 void QEMU_NORETURN cpu_abort(CPUState *env, const char *fmt, ...)
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
/vbox/src/recompiler/target-i386/
H A Dop_helper.c311 cpu_abort(env, "invalid tss");
314 cpu_abort(env, "invalid tss type");
1243 cpu_abort(env, "invalid tss");
1998 cpu_abort(env, "helper_rsm");
6109 cpu_abort(env1, "sync_ldtr: selector=%#x\n", selector);
6123 cpu_abort(env, "invalid tss");
6126 cpu_abort(env, "invalid tss type %d", type);

Completed in 72 milliseconds