Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_bits.h558 #define MSTATUS_SPELP 0x00800000 /* zicfilp */ macro
590 #define SSTATUS_SPELP MSTATUS_SPELP /* zicfilp */
H A Dop_helper.c317 env->elp = get_field(env->mstatus, MSTATUS_SPELP); in helper_sret()
319 env->mstatus = set_field(env->mstatus, MSTATUS_SPELP, 0); in helper_sret()
H A Dcpu_helper.c1913 env->mstatus = set_field(env->mstatus, MSTATUS_SPELP, env->elp); in riscv_cpu_do_interrupt()
H A Dcsr.c1636 mask |= (MSTATUS_MPELP | MSTATUS_SPELP); in write_mstatus()