Searched refs:hmode32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | csr.c | 358 static RISCVException hmode32(CPURISCVState *env, int csrno) in hmode32() 564 return hmode32(env, csrno); in pmp() 5061 [CSR_HEDELEGH] = { "hedelegh", hmode32, read_hedelegh, write_hedelegh, 5100 [CSR_HENVCFGH] = { "henvcfgh", hmode32, read_henvcfgh, write_henvcfgh, 5231 [CSR_HTIMEDELTAH] = { "htimedeltah", hmode32, read_htimedeltah, 353 static RISCVException hmode32(CPURISCVState *env, int csrno) hmode32() function
|