Searched refs:mtvec (Results 1 – 5 of 5) sorted by relevance
7 csrw mtvec, t0
429 VMSTATE_UINTTL(env.mtvec, RISCVCPU),
303 target_ulong mtvec; member
1997 env->pc = (env->mtvec >> 2 << 2) + in riscv_cpu_do_interrupt()1998 ((async && (env->mtvec & 3) == 1) ? cause * 4 : 0); in riscv_cpu_do_interrupt()
2187 *val = env->mtvec; in read_mtvec()2196 env->mtvec = val; in write_mtvec()