Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dop_helper.c29 G_NORETURN void riscv_raise_exception(CPURISCVState *env, in riscv_raise_exception() function
39 riscv_raise_exception(env, exception, 0); in helper_raise_exception()
50 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, GETPC()); in helper_csrr()
57 riscv_raise_exception(env, ret, GETPC()); in helper_csrr()
68 riscv_raise_exception(env, ret, GETPC()); in helper_csrw()
79 riscv_raise_exception(env, ret, GETPC()); in helper_csrrw()
92 riscv_raise_exception(env, ret, GETPC()); in helper_csrr_i128()
107 riscv_raise_exception(env, ret, GETPC()); in helper_csrw_i128()
121 riscv_raise_exception(env, ret, GETPC()); in helper_csrrw_i128()
141 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, ra); in check_zicbo_envcfg()
[all …]
H A Dzce_helper.c31 riscv_raise_exception(env, ret, 0); in HELPER()
43 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, 0); in HELPER()
H A Dfpu_helper.c78 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, GETPC()); in helper_set_rounding_mode()
90 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, GETPC()); in helper_set_rounding_mode_chkfrm()
H A Dcpu.h548 G_NORETURN void riscv_raise_exception(CPURISCVState *env,
H A Ddebug.c228 riscv_raise_exception(env, RISCV_EXCP_BREAKPOINT, 0); in do_trigger_action()
H A Dvcrypto_helper.c208 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, GETPC()); in RVVCALL()