diff options
author | YenHaoChen <howard25336284@gmail.com> | 2024-02-21 16:03:02 +0800 |
---|---|---|
committer | YenHaoChen <howard25336284@gmail.com> | 2024-02-21 16:03:02 +0800 |
commit | 5d6bde941ea9dbafe394cd81bcaf86fbe5f4eade (patch) | |
tree | 489479c8c90217d1d070b595cb49f98c829f6ef5 | |
parent | 31a4c2a58f153792b01cd86f7db522fc3a9838d2 (diff) | |
download | riscv-opcodes-5d6bde941ea9dbafe394cd81bcaf86fbe5f4eade.zip riscv-opcodes-5d6bde941ea9dbafe394cd81bcaf86fbe5f4eade.tar.gz riscv-opcodes-5d6bde941ea9dbafe394cd81bcaf86fbe5f4eade.tar.bz2 |
Add CSR fields of mtopi
-rw-r--r-- | encoding.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -257,6 +257,9 @@ #define HVICTL_IPRIOM 0x00000100 #define HVICTL_IPRIO 0x000000FF +#define MTOPI_IID 0x0FFF0000 +#define MTOPI_IPRIO 0x000000FF + #define PRV_U 0 #define PRV_S 1 #define PRV_M 3 |