// 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 referenceNo description available.
This topic describes the ASPT_ENTRY union used by the AMD Secure Processor Table (ASPT).
HeaderDefines the ASPT_ENTRY_HEADER member Header.
AspGlobalRegistersDefines the ASPT_ENTRY_ASP_GLOBAL_REGISTERS member AspGlobalRegisters.
SevMailboxRegistersDefines the ASPT_ENTRY_SEV_MAILBOX_REGISTERS member SevMailboxRegisters.
AcpiMailboxRegistersDefines the ASPT_ENTRY_ACPI_MAILBOX_REGISTERS member AcpiMailboxRegisters.