Documentation ¶
Index ¶
- Variables
- type SevEsResetBlock
- func (*SevEsResetBlock) Descriptor() ([]byte, []int)deprecated
- func (x *SevEsResetBlock) GetAddr() uint32
- func (x *SevEsResetBlock) GetGuid() []byte
- func (x *SevEsResetBlock) GetSize() uint32
- func (*SevEsResetBlock) ProtoMessage()
- func (x *SevEsResetBlock) ProtoReflect() protoreflect.Message
- func (x *SevEsResetBlock) Reset()
- func (x *SevEsResetBlock) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ovmf_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SevEsResetBlock ¶
type SevEsResetBlock struct { Addr uint32 `protobuf:"varint,1,opt,name=addr,proto3" json:"addr,omitempty"` Size uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` // uint16_t [(nanopb).int_size = IS_16]; Guid []byte `protobuf:"bytes,3,opt,name=guid,proto3" json:"guid,omitempty"` // 16 bytes // contains filtered or unexported fields }
Reset block for SEV-ES.
func (*SevEsResetBlock) Descriptor
deprecated
func (*SevEsResetBlock) Descriptor() ([]byte, []int)
Deprecated: Use SevEsResetBlock.ProtoReflect.Descriptor instead.
func (*SevEsResetBlock) GetAddr ¶
func (x *SevEsResetBlock) GetAddr() uint32
func (*SevEsResetBlock) GetGuid ¶
func (x *SevEsResetBlock) GetGuid() []byte
func (*SevEsResetBlock) GetSize ¶
func (x *SevEsResetBlock) GetSize() uint32
func (*SevEsResetBlock) ProtoMessage ¶
func (*SevEsResetBlock) ProtoMessage()
func (*SevEsResetBlock) ProtoReflect ¶
func (x *SevEsResetBlock) ProtoReflect() protoreflect.Message
func (*SevEsResetBlock) Reset ¶
func (x *SevEsResetBlock) Reset()
func (*SevEsResetBlock) String ¶
func (x *SevEsResetBlock) String() string
Click to show internal directories.
Click to hide internal directories.