Searched refs:write_pmpcfg (Results 1 – 1 of 1) sorted by relevance
/qemu/target/riscv/ |
H A D | csr.c | 5249 static RISCVException write_pmpcfg(CPURISCVState *env, int csrno, in write_pmpcfg() function 6110 [CSR_PMPCFG0] = { "pmpcfg0", pmp, read_pmpcfg, write_pmpcfg }, 6111 [CSR_PMPCFG1] = { "pmpcfg1", pmp, read_pmpcfg, write_pmpcfg }, 6112 [CSR_PMPCFG2] = { "pmpcfg2", pmp, read_pmpcfg, write_pmpcfg }, 6113 [CSR_PMPCFG3] = { "pmpcfg3", pmp, read_pmpcfg, write_pmpcfg },
|