Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dgdbstub.c167 result = riscv_csrrw_debug(env, n, &val, 0, 0); in riscv_gdb_get_csr()
181 result = riscv_csrrw_debug(env, n, NULL, val, -1); in riscv_gdb_set_csr()
H A Dcpu.h688 RISCVException riscv_csrrw_debug(CPURISCVState *env, int csrno,
H A Dcpu.c725 RISCVException res = riscv_csrrw_debug(env, csrno, &val, 0, 0); in riscv_cpu_dump_state()
768 RISCVException res = riscv_csrrw_debug(env, csrno, &val, 0, 0); in riscv_cpu_dump_state()
H A Dcsr.c4444 RISCVException riscv_csrrw_debug(CPURISCVState *env, int csrno, in riscv_csrrw_debug() function