Skip to content

Commit

Permalink
Add counter-delegation-enable - CDE - field to menvcfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Jul 3, 2024
1 parent feff9dc commit 885b1b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,13 @@
#define MENVCFG_CBZE 0x00000080
#define MENVCFG_PMM 0x0000000300000000
#define MENVCFG_DTE 0x0800000000000000
#define MENVCFG_CDE 0x1000000000000000
#define MENVCFG_ADUE 0x2000000000000000
#define MENVCFG_PBMTE 0x4000000000000000
#define MENVCFG_STCE 0x8000000000000000

#define MENVCFGH_DTE 0x08000000
#define MENVCFGH_CDE 0x10000000
#define MENVCFGH_ADUE 0x20000000
#define MENVCFGH_PBMTE 0x40000000
#define MENVCFGH_STCE 0x80000000
Expand Down

0 comments on commit 885b1b2

Please sign in to comment.