Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcsr.c438 static RISCVException hmode(CPURISCVState *env, int csrno) in hmode() function
453 return hmode(env, csrno); in hmode32()
463 return hmode(env, csrno); in csrind_hmode()
472 return hmode(env, csrno); in csrind_or_aia_hmode()
508 RISCVException ret = hmode(env, csrno); in hstateen_pred()
581 RISCVException ret = hmode_check ? hmode(env, csrno) : smode(env, csrno); in sstc()
643 return hmode(env, csrno); in hgatp()
706 return hmode(env, csrno); in aia_hmode()
735 return hmode(env, csrno); in dbltrp_hmode()
5871 [CSR_HENVCFG] = { "henvcfg", hmode, read_henvcfg, write_henvcfg,
[all …]