estrutura ASPT_ENTRY_ASP_GLOBAL_REGISTERS (acpitabl.h)

Este tópico descreve a estrutura de ASPT_ENTRY_ASP_GLOBAL_REGISTERS usada pelo ASPT (Tabela de Processador Seguro) amd.

Sintaxe

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;

Membros

Header

Define o cabeçalho do membro ASPT_ENTRY_HEADER.

Reserved

Reservado para uso futuro.

FeatureRegisterAddress

Define o membro UINT64FeatureRegisterAddress.

InterruptEnableRegisterAddress

Define o membro UINT64InterruptEnableRegisterAddress.

InterruptStatusRegisterAddress

Define o membro UINT64InterruptStatusRegisterAddress.

Requisitos

Requisito Valor
Cabeçalho acpitabl.h (inclua Acpitabl.h)