Lines Matching refs:smode
335 static RISCVException smode(CPURISCVState *env, int csrno) in smode() function
350 return smode(env, csrno); in smode32()
371 return smode(env, csrno); in aia_smode()
402 return smode(env, csrno); in scountinhibit_pred()
426 return smode(env, csrno); in csrind_smode()
435 return smode(env, csrno); in csrind_or_aia_smode()
545 RISCVException ret = smode(env, csrno); in sstateen()
581 RISCVException ret = hmode_check ? hmode(env, csrno) : smode(env, csrno); in sstc()
633 return smode(env, csrno); in satp()
5869 [CSR_SENVCFG] = { "senvcfg", smode, read_senvcfg, write_senvcfg,
5951 [CSR_SSTATUS] = { "sstatus", smode, read_sstatus, write_sstatus,
5953 [CSR_SIE] = { "sie", smode, NULL, NULL, rmw_sie },
5954 [CSR_STVEC] = { "stvec", smode, read_stvec, write_stvec },
5955 [CSR_SCOUNTEREN] = { "scounteren", smode, read_scounteren,
5959 [CSR_SSCRATCH] = { "sscratch", smode, read_sscratch, write_sscratch,
5961 [CSR_SEPC] = { "sepc", smode, read_sepc, write_sepc },
5962 [CSR_SCAUSE] = { "scause", smode, read_scause, write_scause },
5963 [CSR_STVAL] = { "stval", smode, read_stval, write_stval },
5964 [CSR_SIP] = { "sip", smode, NULL, NULL, rmw_sip },