Home
last modified time | relevance | path

Searched refs:excp_uw2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dtranslate.c214 static void decode_save_opc(DisasContext *ctx, target_ulong excp_uw2) in decode_save_opc() argument
219 tcg_set_insn_start_param(ctx->base.insn_start, 2, excp_uw2); in decode_save_opc()
H A Dcpu.h243 target_ulong excp_uw2; member
H A Dcpu_helper.c1795 bool always_storeamo = (env->excp_uw2 & RISCV_UW2_ALWAYS_STORE_AMO); in riscv_cpu_do_interrupt()
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c132 env->excp_uw2 = data[2]; in riscv_restore_state_to_opc()