Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dop_helper.c54 RISCVException ret = riscv_csrr(env, csr, &val); in helper_csrr()
H A Dcpu.h754 RISCVException riscv_csrr(CPURISCVState *env, int csrno,
H A Dcsr.c4736 RISCVException riscv_csrr(CPURISCVState *env, int csrno, in riscv_csrr() function
4877 ret = riscv_csrr(env, csrno, ret_value); in riscv_csrrw_debug()