ASPT_ENTRY_ASP_GLOBAL_REGISTERS structure (acpitabl.h)

This topic describes the ASPT_ENTRY_ASP_GLOBAL_REGISTERS structure used by the AMD Secure Processor Table (ASPT).

Syntax

typedef struct _ASPT_ENTRY_ASP_GLOBAL_REGISTERS {
  ASPT_ENTRY_HEADER Header;
  UINT32            Reserved;
  UINT64            FeatureRegisterAddress;
  UINT64            InterruptEnableRegisterAddress;
  UINT64            InterruptStatusRegisterAddress;
} ASPT_ENTRY_ASP_GLOBAL_REGISTERS, *PASPT_ENTRY_ASP_GLOBAL_REGISTERS;

Members

Header

Defines the ASPT_ENTRY_HEADER member Header.

Reserved

Reserved for future use.

FeatureRegisterAddress

Defines the UINT64 member FeatureRegisterAddress.

InterruptEnableRegisterAddress

Defines the UINT64 member InterruptEnableRegisterAddress.

InterruptStatusRegisterAddress

Defines the UINT64 member InterruptStatusRegisterAddress.

Requirements

Requirement Value
Header acpitabl.h (include Acpitabl.h)