TianoCore EDK2 master
Loading...
Searching...
No Matches
MSR_SEV_STATUS_REGISTER Union Reference

#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
 

Detailed Description

MSR information returned for MSR_SEV_STATUS

Definition at line 104 of file Fam17Msr.h.

Field Documentation

◆ 

struct { ... } MSR_SEV_STATUS_REGISTER::Bits

Individual bit fields

◆ Reserved2

UINT32 MSR_SEV_STATUS_REGISTER::Reserved2

Definition at line 124 of file Fam17Msr.h.

◆ SevBit

UINT32 MSR_SEV_STATUS_REGISTER::SevBit

[Bit 0] Secure Encrypted Virtualization (Sev) is enabled

Definition at line 112 of file Fam17Msr.h.

◆ SevEsBit

UINT32 MSR_SEV_STATUS_REGISTER::SevEsBit

[Bit 1] Secure Encrypted Virtualization Encrypted State (SevEs) is enabled

Definition at line 117 of file Fam17Msr.h.

◆ SevSnpBit

UINT32 MSR_SEV_STATUS_REGISTER::SevSnpBit

[Bit 2] Secure Nested Paging (SevSnp) is enabled

Definition at line 122 of file Fam17Msr.h.

◆ Uint32

UINT32 MSR_SEV_STATUS_REGISTER::Uint32

All bit fields as a 32-bit value

Definition at line 129 of file Fam17Msr.h.

◆ Uint64

UINT64 MSR_SEV_STATUS_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 133 of file Fam17Msr.h.


The documentation for this union was generated from the following file: