Searched refs:riscv_raise_exception (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | op_helper.c | 29 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() 90 riscv_raise_exception(env, ret, GETPC()); in helper_csrr_i128() 105 riscv_raise_exception(env, ret, GETPC()); in helper_csrw_i128() 119 riscv_raise_exception(env, ret, GETPC()); in helper_csrrw_i128() 139 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, ra); in check_zicbo_envcfg() [all …]
|
H A D | zce_helper.c | 31 riscv_raise_exception(env, ret, 0); in HELPER() 43 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, 0); in HELPER()
|
H A D | fpu_helper.c | 78 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 D | cpu.h | 605 G_NORETURN void riscv_raise_exception(CPURISCVState *env,
|
H A D | debug.c | 288 riscv_raise_exception(env, RISCV_EXCP_BREAKPOINT, 0); in do_trigger_action()
|
H A D | vcrypto_helper.c | 208 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, GETPC()); in RVVCALL()
|