Dynamically generated firmware configuration information page

This commit is contained in:
Jeremy Soller
2020-08-06 11:22:13 -06:00
committed by Jeremy Soller
parent d46c7763aa
commit 26279e8f9a
5 changed files with 250 additions and 2 deletions

View File

@@ -6378,7 +6378,11 @@ typedef union {
/// [Bit 11] Execute Disable Bit Enable: IA32_EFER.NXE (R/W).
///
UINT32 NXE:1;
UINT32 Reserved3:20;
///
/// [ Bit 12] Secure Virtual Machine Enable (AMD only)
///
UINT32 SVME:1;
UINT32 Reserved3:19;
UINT32 Reserved4:32;
} Bits;
///