File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ mapping clause csr_name_map = 0x143 <-> "stval"
5151mapping clause csr_name_map = 0x144 <-> "sip"
5252/* supervisor protection and translation */
5353mapping clause csr_name_map = 0x180 <-> "satp"
54+ /* supervisor envcfg */
55+ mapping clause csr_name_map = 0x10A <-> "senvcfg"
5456/* machine information registers */
5557mapping clause csr_name_map = 0xF11 <-> "mvendorid"
5658mapping clause csr_name_map = 0xF12 <-> "marchid"
@@ -65,6 +67,8 @@ mapping clause csr_name_map = 0x304 <-> "mie"
6567mapping clause csr_name_map = 0x305 <-> "mtvec"
6668mapping clause csr_name_map = 0x306 <-> "mcounteren"
6769mapping clause csr_name_map = 0x320 <-> "mcountinhibit"
70+ /* machine envcfg */
71+ mapping clause csr_name_map = 0x30A <-> "menvcfg"
6872/* machine trap handling */
6973mapping clause csr_name_map = 0x340 <-> "mscratch"
7074mapping clause csr_name_map = 0x341 <-> "mepc"
You can’t perform that action at this time.
0 commit comments