Home
last modified time | relevance | path

Searched refs:cpu_raise_exception_ra (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dhelper.c27 void cpu_raise_exception_ra(CPUSPARCState *env, int tt, uintptr_t ra) in cpu_raise_exception_ra() function
65 cpu_raise_exception_ra(env, TT_PRIV_INSN, GETPC()); in helper_tick_get_count()
91 cpu_raise_exception_ra(env, TT_DIV_ZERO, GETPC()); in helper_udiv()
109 cpu_raise_exception_ra(env, TT_DIV_ZERO, GETPC()); in helper_sdiv()
165 cpu_raise_exception_ra(env, TT_TOVF, GETPC()); in helper_taddcctv()
201 cpu_raise_exception_ra(env, TT_TOVF, GETPC()); in helper_tsubcctv()
H A Dwin_helper.c130 cpu_raise_exception_ra(env, TT_ILL_INSN, GETPC()); in helper_rett()
136 cpu_raise_exception_ra(env, TT_WIN_UNF, GETPC()); in helper_rett()
150 cpu_raise_exception_ra(env, TT_WIN_OVF, GETPC()); in helper_save()
161 cpu_raise_exception_ra(env, TT_WIN_UNF, GETPC()); in helper_restore()
169 cpu_raise_exception_ra(env, TT_ILL_INSN, GETPC()); in helper_wrpsr()
195 cpu_raise_exception_ra(env, tt, GETPC()); in helper_save()
199 cpu_raise_exception_ra(env, TT_CLRWIN, GETPC()); in helper_save()
217 cpu_raise_exception_ra(env, tt, GETPC()); in helper_restore()
231 cpu_raise_exception_ra(env, tt, GETPC()); in helper_flushw()
H A Dldst_helper.c358 cpu_raise_exception_ra(env, TT_PRIV_ACT, ra); in do_check_asi()
369 cpu_raise_exception_ra(env, TT_UNALIGNED, ra); in do_check_align()
470 cpu_raise_exception_ra(env, tt, retaddr); in sparc_raise_mmu_fault()
495 cpu_raise_exception_ra(env, TT_CODE_ACCESS, retaddr); in sparc_raise_mmu_fault()
497 cpu_raise_exception_ra(env, TT_INSN_REAL_TRANSLATION_MISS, retaddr); in sparc_raise_mmu_fault()
501 cpu_raise_exception_ra(env, TT_DATA_ACCESS, retaddr); in sparc_raise_mmu_fault()
503 cpu_raise_exception_ra(env, TT_DATA_REAL_TRANSLATION_MISS, retaddr); in sparc_raise_mmu_fault()
1211 cpu_raise_exception_ra(env, TT_PRIV_ACT, GETPC()); in helper_ld_asi()
1252 cpu_raise_exception_ra(env, TT_DATA_ACCESS, GETPC()); in helper_ld_asi()
1300 cpu_raise_exception_ra(env, TT_PRIV_ACT, GETPC()); in helper_st_asi()
[all …]
H A Dcpu.h593 G_NORETURN void cpu_raise_exception_ra(CPUSPARCState *, int, uintptr_t);
H A Dmmu_helper.c925 cpu_raise_exception_ra(env, TT_UNALIGNED, retaddr); in sparc_cpu_do_unaligned_access()
H A Dfop_helper.c77 cpu_raise_exception_ra(env, TT_FP_EXCP, ra); in check_ieee_exceptions()