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.c637 if (ctx->mstatus_fs != EXT_STATUS_DIRTY) { in mark_fs_dirty()
639 ctx->mstatus_fs = EXT_STATUS_DIRTY; in mark_fs_dirty()
666 if (ctx->mstatus_vs != EXT_STATUS_DIRTY) { in mark_vs_dirty()
668 ctx->mstatus_vs = EXT_STATUS_DIRTY; in mark_vs_dirty()
H A Dcpu_helper.c179 fs = EXT_STATUS_DIRTY; in cpu_get_tb_cpu_state()
180 vs = EXT_STATUS_DIRTY; in cpu_get_tb_cpu_state()
201 ? EXT_STATUS_DIRTY : EXT_STATUS_DISABLED; in cpu_get_tb_cpu_state()
H A Dcsr.c4414 env->mmte = wpri_val | EXT_STATUS_DIRTY; in write_mmte()
4494 env->mmte |= EXT_STATUS_DIRTY; in write_mpmmask()
4525 env->mmte |= EXT_STATUS_DIRTY; in write_spmmask()
4556 env->mmte |= EXT_STATUS_DIRTY; in write_upmmask()
4580 env->mmte |= EXT_STATUS_DIRTY; in write_mpmbase()
4611 env->mmte |= EXT_STATUS_DIRTY; in write_spmbase()
4642 env->mmte |= EXT_STATUS_DIRTY; in write_upmbase()
H A Dcpu.h129 EXT_STATUS_DIRTY, enumerator