ASPT_ENTRY_ASP_GLOBAL_REGISTERS 结构 (acpitabl.h)

本主题介绍 AMD 安全处理器表 (ASPT) 使用的ASPT_ENTRY_ASP_GLOBAL_REGISTERS结构。

语法

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;

成员

Header

定义 ASPT_ENTRY_HEADER 成员 标头

Reserved

保留供将来使用。

FeatureRegisterAddress

定义 UINT64 成员 FeatureRegisterAddress

InterruptEnableRegisterAddress

定义 UINT64 成员 InterruptEnableRegisterAddress

InterruptStatusRegisterAddress

定义 UINT64 成员 InterruptStatusRegisterAddress

要求

要求
Header acpitabl.h (包括 Acpitabl.h)