Home
last modified time | relevance | path

Searched refs:do_raise_exception_err (Results 1 – 5 of 5) sorted by relevance

/qemu/target/mips/tcg/
H A Dtcg-internal.h30 G_NORETURN void do_raise_exception_err(CPUMIPSState *env, uint32_t exception,
38 do_raise_exception_err(env, exception, 0, pc); in do_raise_exception()
H A Dexception.c49 do_raise_exception_err(env, exception, error_code, 0); in helper_raise_exception_err()
139 void do_raise_exception_err(CPUMIPSState *env, uint32_t exception, in do_raise_exception_err() function
H A Dop_helper.c299 do_raise_exception_err(env, excp, error_code, retaddr); in mips_cpu_do_unaligned_access()
/qemu/target/hexagon/
H A Dop_helper.c40 void do_raise_exception_err(CPUHexagonState *env, in do_raise_exception_err() function
52 do_raise_exception_err(env, excp, 0); in HELPER()
/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c963 do_raise_exception_err(env, cs->exception_index, env->error_code, retaddr); in mips_cpu_tlb_fill()