Condividi tramite


ASPT_ENTRY unione (acpitabl.h)

In questo argomento viene descritta l'unione ASPT_ENTRY usata dall'ASPT (AMD Secure Processor Table).

Sintassi

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;

Membri

Header

Definisce il membro ASPT_ENTRY_HEADERHeader.

AspGlobalRegistersV1

SevMailboxRegistersV1

AcpiMailboxRegistersV1

AspGlobalRegistersV2

SevMailboxRegistersV2

AcpiMailboxRegistersV2

Fabbisogno

Requisito Valore
client minimo supportato Windows 11, versione 22H2
intestazione acpitabl.h (include Acpitabl.h)