ASPT_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acpitabl.h

typedef union _ASPT_ENTRY {
  ASPT_ENTRY_HEADER                    Header;
  ASPT_ENTRY_ASP_GLOBAL_REGISTERS_V1   AspGlobalRegistersV1;
  ASPT_ENTRY_SEV_MAILBOX_REGISTERS_V1  SevMailboxRegistersV1;
  ASPT_ENTRY_ACPI_MAILBOX_REGISTERS_V1 AcpiMailboxRegistersV1;
  ASPT_ENTRY_ASP_GLOBAL_REGISTERS_V2   AspGlobalRegistersV2;
  ASPT_ENTRY_SEV_MAILBOX_REGISTERS_V2  SevMailboxRegistersV2;
  ASPT_ENTRY_ACPI_MAILBOX_REGISTERS_V2 AcpiMailboxRegistersV2;
} ASPT_ENTRY, *PASPT_ENTRY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpitabl-aspt_entry)

Description

This topic describes the ASPT_ENTRY union used by the AMD Secure Processor Table (ASPT).

Members

Defines the ASPT_ENTRY_HEADER member Header.

AspGlobalRegisters

Defines the ASPT_ENTRY_ASP_GLOBAL_REGISTERS member AspGlobalRegisters.

SevMailboxRegisters

Defines the ASPT_ENTRY_SEV_MAILBOX_REGISTERS member SevMailboxRegisters.

AcpiMailboxRegisters

Defines the ASPT_ENTRY_ACPI_MAILBOX_REGISTERS member AcpiMailboxRegisters.

Remarks

See also