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 멤버 인터럽트EnableRegisterAddress를 정의합니다.

InterruptStatusRegisterAddress

UINT64 멤버 InterruptStatusRegisterAddress를 정의합니다.

요구 사항

요구 사항
헤더 acpitabl.h(Acpitabl.h 포함)