Home
last modified time | relevance | path

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

/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/riscv/
H A Dcsrs.cc408 const reg_t new_mstatus = (mstatus->read() & ~sstatus_write_mask) | (val & sstatus_write_mask); in unlogged_write() local
410 mstatus->write(new_mstatus); in unlogged_write()
447 const reg_t new_mstatus = (read() & ~mask) | (adjusted_val & mask); in unlogged_write() local
448 maybe_flush_tlb(new_mstatus); in unlogged_write()
449 this->val = adjust_sd(new_mstatus); in unlogged_write()