Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcsr.c349 static RISCVException hmode(CPURISCVState *env, int csrno) in hmode()
364 return hmode(env, csrno); in umode()
401 RISCVException ret = hmode(env, csrno); in hstateen_pred()
474 RISCVException ret = hmode_check ? hmode(env, csrno) : smode(env, csrno); in sstc()
536 return hmode(env, csrno); in pointer_masking()
555 return hmode(env, csrno); in aia_hmode32()
5098 [CSR_HENVCFG] = { "henvcfg", hmode, read_henvcfg, write_henvcfg,
5203 [CSR_HSTATUS] = { "hstatus", hmode, read_hstatus, write_hstatus,
5205 [CSR_HEDELEG] = { "hedeleg", hmode, read_hedeleg, write_hedeleg,
5207 [CSR_HIDELEG] = { "hideleg", hmode, NUL
344 static RISCVException hmode(CPURISCVState *env, int csrno) hmode() function
[all...]