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.c140 cpu_raise_exception_ra(env, TT_ILL_INSN, GETPC()); in helper_rett()
146 cpu_raise_exception_ra(env, TT_WIN_UNF, GETPC()); in helper_rett()
160 cpu_raise_exception_ra(env, TT_WIN_OVF, GETPC()); in helper_save()
171 cpu_raise_exception_ra(env, TT_WIN_UNF, GETPC()); in helper_restore()
179 cpu_raise_exception_ra(env, TT_ILL_INSN, GETPC()); in helper_wrpsr()
205 cpu_raise_exception_ra(env, tt, GETPC()); in helper_save()
209 cpu_raise_exception_ra(env, TT_CLRWIN, GETPC()); in helper_save()
227 cpu_raise_exception_ra(env, tt, GETPC()); in helper_restore()
241 cpu_raise_exception_ra(env, tt, GETPC()); in helper_flushw()
H A Dldst_helper.c354 cpu_raise_exception_ra(env, TT_PRIV_ACT, ra); in do_check_asi()
365 cpu_raise_exception_ra(env, TT_UNALIGNED, ra); in do_check_align()
466 cpu_raise_exception_ra(env, tt, retaddr); in sparc_raise_mmu_fault()
491 cpu_raise_exception_ra(env, TT_CODE_ACCESS, retaddr); in sparc_raise_mmu_fault()
493 cpu_raise_exception_ra(env, TT_INSN_REAL_TRANSLATION_MISS, retaddr); in sparc_raise_mmu_fault()
497 cpu_raise_exception_ra(env, TT_DATA_ACCESS, retaddr); in sparc_raise_mmu_fault()
499 cpu_raise_exception_ra(env, TT_DATA_REAL_TRANSLATION_MISS, retaddr); in sparc_raise_mmu_fault()
1201 cpu_raise_exception_ra(env, TT_PRIV_ACT, GETPC()); in helper_ld_asi()
1242 cpu_raise_exception_ra(env, TT_DATA_ACCESS, GETPC()); in helper_ld_asi()
1290 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 Dfop_helper.c77 cpu_raise_exception_ra(env, TT_FP_EXCP, ra); in check_ieee_exceptions()
H A Dmmu_helper.c925 cpu_raise_exception_ra(env, TT_UNALIGNED, retaddr); in sparc_cpu_do_unaligned_access()