Searched refs:riscv_csrrw_debug (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | gdbstub.c | 182 result = riscv_csrrw_debug(env, n, &val, 0, 0); in riscv_gdb_get_csr() 199 result = riscv_csrrw_debug(env, n, NULL, val, -1); in riscv_gdb_set_csr()
|
H A D | cpu.h | 783 RISCVException riscv_csrrw_debug(CPURISCVState *env, int csrno,
|
H A D | cpu.c | 808 RISCVException res = riscv_csrrw_debug(env, csrno, &val, 0, 0); in riscv_cpu_dump_state() 831 RISCVException res = riscv_csrrw_debug(env, CSR_FCSR, &val, 0, 0); in riscv_cpu_dump_state() 857 RISCVException res = riscv_csrrw_debug(env, csrno, &val, 0, 0); in riscv_cpu_dump_state()
|
H A D | csr.c | 4948 RISCVException riscv_csrrw_debug(CPURISCVState *env, int csrno, in riscv_csrrw_debug() function
|