Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRegister ¶
GetRegister sets to `out` the value of the register (which is defined by its type).
Types ¶
type AMDRegisters ¶
AMDRegisters is the collection of Intel TXT registers.
func Get ¶
func Get(state *types.State) (*AMDRegisters, error)
Get returns the collection of AMD registers.
func New ¶
func New(_rs registers.Registers) *AMDRegisters
New collects TXT registers and returns them as a SystemArtifact.
func (AMDRegisters) ReadAt ¶
func (rs AMDRegisters) ReadAt(p []byte, offset int64) (n int, err error)
ReadAt implements types.SystemArtifact.
func (AMDRegisters) Size ¶
func (rs AMDRegisters) Size() uint64
Size implements types.SystemArtifact.
Click to show internal directories.
Click to hide internal directories.