Searched refs:hmode (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | csr.c | 344 static RISCVException hmode(CPURISCVState *env, int csrno) in hmode() function 359 return hmode(env, csrno); in hmode32() 396 RISCVException ret = hmode(env, csrno); in hstateen_pred() 469 RISCVException ret = hmode_check ? hmode(env, csrno) : smode(env, csrno); in sstc() 531 return hmode(env, csrno); in hgatp() 550 return hmode(env, csrno); in aia_hmode() 5093 [CSR_HENVCFG] = { "henvcfg", hmode, read_henvcfg, write_henvcfg, 5198 [CSR_HSTATUS] = { "hstatus", hmode, read_hstatus, write_hstatus, 5200 [CSR_HEDELEG] = { "hedeleg", hmode, read_hedeleg, write_hedeleg, 5202 [CSR_HIDELEG] = { "hideleg", hmode, NULL, NULL, rmw_hideleg, [all …]
|