TianoCore EDK2 master
|
#include <MdePkg/Include/Register/Amd/Fam17Msr.h>
Data Fields | |
struct { | |
UINT32 SevBit: 1 | |
UINT32 SevEsBit: 1 | |
UINT32 SevSnpBit: 1 | |
UINT32 Reserved2: 29 | |
} | Bits |
UINT32 | Uint32 |
UINT64 | Uint64 |
MSR information returned for MSR_SEV_STATUS
Definition at line 104 of file Fam17Msr.h.
struct { ... } MSR_SEV_STATUS_REGISTER::Bits |
Individual bit fields
UINT32 MSR_SEV_STATUS_REGISTER::Reserved2 |
Definition at line 124 of file Fam17Msr.h.
UINT32 MSR_SEV_STATUS_REGISTER::SevBit |
[Bit 0] Secure Encrypted Virtualization (Sev) is enabled
Definition at line 112 of file Fam17Msr.h.
UINT32 MSR_SEV_STATUS_REGISTER::SevEsBit |
[Bit 1] Secure Encrypted Virtualization Encrypted State (SevEs) is enabled
Definition at line 117 of file Fam17Msr.h.
UINT32 MSR_SEV_STATUS_REGISTER::SevSnpBit |
[Bit 2] Secure Nested Paging (SevSnp) is enabled
Definition at line 122 of file Fam17Msr.h.
UINT32 MSR_SEV_STATUS_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 129 of file Fam17Msr.h.
UINT64 MSR_SEV_STATUS_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 133 of file Fam17Msr.h.