Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dop_helper.c380 if (((prv_s || (!rvs && prv_u)) && get_field(env->mstatus, MSTATUS_TW)) || in helper_wfi()
397 !get_field(env->mstatus, MSTATUS_TW)) { in helper_wrs_nto()
399 } else if (env->priv != PRV_M && get_field(env->mstatus, MSTATUS_TW)) { in helper_wrs_nto()
H A Dcpu_bits.h556 #define MSTATUS_TW 0x00200000 /* since: priv-1.10 */ macro
H A Dcsr.c1616 MSTATUS_TW; in write_mstatus()