Searched refs:ctr_smode (Results 1 – 1 of 1) sorted by relevance
/qemu/target/riscv/ |
H A D | csr.c | 671 static RISCVException ctr_smode(CPURISCVState *env, int csrno) in ctr_smode() function 6140 [CSR_SCTRCTL] = { "sctrctl", ctr_smode, NULL, NULL, rmw_xctrctl }, 6141 [CSR_VSCTRCTL] = { "vsctrctl", ctr_smode, NULL, NULL, rmw_xctrctl }, 6142 [CSR_SCTRDEPTH] = { "sctrdepth", ctr_smode, NULL, NULL, rmw_sctrdepth }, 6143 [CSR_SCTRSTATUS] = { "sctrstatus", ctr_smode, NULL, NULL, rmw_sctrstatus },
|