RISC-V: Allow S-mode mxr access when priv ISA >= v1.10
authorMichael Clark <mjc@sifive.com>
Mon, 9 Apr 2018 00:06:30 +0000 (12:06 +1200)
committerMichael Clark <mjc@sifive.com>
Sat, 5 May 2018 22:39:38 +0000 (10:39 +1200)
commite21659057066f2f4d42fa51a62ff07a23a632e40
tree15ec640e089979c2446e6ab6954fb5c3d087a461
parent67185dad16284467dba9b6159f9ec9ec53689582
RISC-V: Allow S-mode mxr access when priv ISA >= v1.10

The mstatus.MXR alias in sstatus should only be writable
by S-mode if the privileged ISA version >= v1.10. Also MXR
was masked in sstatus CSR read but not sstatus CSR writes.
Now we correctly mask sstatus.mxr in both read and write.

Cc: Sagar Karandikar <sagark@eecs.berkeley.edu>
Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Cc: Palmer Dabbelt <palmer@sifive.com>
Cc: Alistair Francis <Alistair.Francis@wdc.com>
Signed-off-by: Michael Clark <mjc@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/op_helper.c