Searched refs:riscv_csrr (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/riscv/ |
H A D | riscv_hart.c | 72 ret = riscv_csrr(env, csrno, (target_ulong *)val); in csr_call()
|
/qemu/target/riscv/ |
H A D | op_helper.c | 63 RISCVException ret = riscv_csrr(env, csr, &val); in helper_csrr()
|
H A D | cpu.h | 840 RISCVException riscv_csrr(CPURISCVState *env, int csrno,
|
H A D | csr.c | 5582 RISCVException riscv_csrr(CPURISCVState *env, int csrno, in riscv_csrr() function 5722 ret = riscv_csrr(env, csrno, ret_value); in riscv_csrrw_debug()
|