Home
last modified time | relevance | path

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

/qemu/hw/riscv/
H A Driscv_hart.c72 ret = riscv_csrr(env, csrno, (target_ulong *)val); in csr_call()
/qemu/target/riscv/
H A Dop_helper.c63 RISCVException ret = riscv_csrr(env, csr, &val); in helper_csrr()
H A Dcpu.h840 RISCVException riscv_csrr(CPURISCVState *env, int csrno,
H A Dcsr.c5582 RISCVException riscv_csrr(CPURISCVState *env, int csrno, in riscv_csrr() function
5722 ret = riscv_csrr(env, csrno, ret_value); in riscv_csrrw_debug()