Searched refs:raise_exception (Results 1 - 13 of 13) sorted by relevance

/external/qemu/target-i386/
H A Dint_helper.c51 raise_exception(env, EXCP00_DIVZ);
55 raise_exception(env, EXCP00_DIVZ);
68 raise_exception(env, EXCP00_DIVZ);
72 raise_exception(env, EXCP00_DIVZ);
85 raise_exception(env, EXCP00_DIVZ);
89 raise_exception(env, EXCP00_DIVZ);
103 raise_exception(env, EXCP00_DIVZ);
107 raise_exception(env, EXCP00_DIVZ);
122 raise_exception(env, EXCP00_DIVZ);
127 raise_exception(en
[all...]
H A Dmem_helper.c68 raise_exception(env, EXCP0D_GPF);
95 raise_exception(env, EXCP05_BOUND);
105 raise_exception(env, EXCP05_BOUND);
H A Dexcp_helper.c28 qemu_log("raise_exception line=%d\n", __LINE__);\
40 raise_exception(env, exception_index);
117 void raise_exception(CPUX86State *env, int exception_index) function
H A Dmisc_helper.c113 raise_exception(env, EXCP01_DB);
226 raise_exception(env, EXCP0D_GPF);
238 raise_exception(env, EXCP0D_GPF);
538 raise_exception(env, EXCP0D_GPF);
546 raise_exception(env, EXCP0D_GPF);
H A Dhelper.h67 DEF_HELPER_2(raise_exception, void, env, int)
H A Dsvm_helper.c285 raise_exception(env, EXCP06_ILLOP);
374 raise_exception(env, EXCP06_ILLOP);
H A Dhelper.c1425 raise_exception(env, EXCP01_DB);
1434 raise_exception(env, EXCP01_DB);
H A Dcpu.h1141 void QEMU_NORETURN raise_exception(CPUArchState *env, int exception_index);
H A Dfpu_helper.c142 raise_exception(env, EXCP10_COPR);
/external/libunwind/tests/
H A DGtest-exc.c52 raise_exception (void) function
65 /* unwind to top-most frame a(), skipping over b() and raise_exception(): */
127 printf ("b(n=%d) calling raise_exception()\n", n);
128 raise_exception ();
130 panic ("FAILURE: b() returned from raise_exception()!!\n");
/external/qemu/target-arm/
H A Dop_helper.c27 static void raise_exception(CPUARMState *env, int tt) function
89 raise_exception(env, env->exception_index);
/external/qemu/target-mips/
H A Dhelper.h4 DEF_HELPER_2(raise_exception, void, env, i32)
H A Dtranslate.c809 gen_helper_1i(raise_exception, cpu_env, excp);
964 gen_helper_1i(raise_exception, cpu_env, EXCP_SC); \
2468 gen_helper_1i(raise_exception, cpu_env, EXCP_DEBUG);
8274 gen_helper_1i(raise_exception, cpu_env, EXCP_DEBUG);
8332 gen_helper_1i(raise_exception, cpu_env, EXCP_DEBUG);
8386 gen_helper_1i(raise_exception, cpu_env, EXCP_DEBUG);

Completed in 158 milliseconds