Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcsr.c4407 static RISCVException rmw_xctrctl(CPURISCVState *env, int csrno, in rmw_sctrstatus()
6318 [CSR_MCTRCTL] = { "mctrctl", ctr_mmode, NULL, NULL, rmw_xctrctl },
6319 [CSR_SCTRCTL] = { "sctrctl", ctr_smode, NULL, NULL, rmw_xctrctl },
6320 [CSR_VSCTRCTL] = { "vsctrctl", ctr_smode, NULL, NULL, rmw_xctrctl },
4410 static RISCVException rmw_xctrctl(CPURISCVState *env, int csrno, rmw_xctrctl() function