Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dtranslate.c628 if (ctx->mstatus_fs != EXT_STATUS_DIRTY) { in mark_fs_dirty()
630 ctx->mstatus_fs = EXT_STATUS_DIRTY; in mark_fs_dirty()
657 if (ctx->mstatus_vs != EXT_STATUS_DIRTY) { in mark_vs_dirty()
659 ctx->mstatus_vs = EXT_STATUS_DIRTY; in mark_vs_dirty()
H A Dcpu_helper.c104 fs = EXT_STATUS_DIRTY; in cpu_get_tb_cpu_state()
105 vs = EXT_STATUS_DIRTY; in cpu_get_tb_cpu_state()
126 ? EXT_STATUS_DIRTY : EXT_STATUS_DISABLED; in cpu_get_tb_cpu_state()
H A Dcsr.c3963 env->mmte = wpri_val | EXT_STATUS_DIRTY; in write_mmte()
4043 env->mmte |= EXT_STATUS_DIRTY; in write_mpmmask()
4074 env->mmte |= EXT_STATUS_DIRTY; in write_spmmask()
4105 env->mmte |= EXT_STATUS_DIRTY; in write_upmmask()
4129 env->mmte |= EXT_STATUS_DIRTY; in write_mpmbase()
4160 env->mmte |= EXT_STATUS_DIRTY; in write_spmbase()
4191 env->mmte |= EXT_STATUS_DIRTY; in write_upmbase()
H A Dcpu.h102 EXT_STATUS_DIRTY, enumerator