TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | PRM_HANDLER_INFORMATION_STRUCT |
struct | PRM_MODULE_INFORMATION_STRUCT |
struct | PRM_ACPI_DESCRIPTION_TABLE |
Macros | |
#define | PRM_TABLE_SIGNATURE SIGNATURE_32 ('P', 'R', 'M', 'T') |
#define | PRM_TABLE_REVISION 0x0 |
#define | PRM_MODULE_INFORMATION_STRUCT_REVISION 0x00 |
#define | PRM_HANDLER_INFORMATION_STRUCT_REVISION 0x00 |
#define | PRM_MODULE_INFORMATION_STRUCTURE(ModuleGuid, ModuleRevision, HandlerCount, PrmHanderInfoStructureArray) |
#define | PRM_HANDLER_INFORMATION_STRUCTURE(HandlerGuid, PhysicalAddress) |
Definition for the Platform Runtime Mechanism (PRM) ACPI table (PRMT).
Copyright (c) 2020, Intel Corporation. All rights reserved.
Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PrmAcpiTable.h.
#define PRM_HANDLER_INFORMATION_STRUCT_REVISION 0x00 |
Definition at line 21 of file PrmAcpiTable.h.
#define PRM_HANDLER_INFORMATION_STRUCTURE | ( | HandlerGuid, | |
PhysicalAddress | |||
) |
Definition at line 87 of file PrmAcpiTable.h.
#define PRM_MODULE_INFORMATION_STRUCT_REVISION 0x00 |
Definition at line 20 of file PrmAcpiTable.h.
#define PRM_MODULE_INFORMATION_STRUCTURE | ( | ModuleGuid, | |
ModuleRevision, | |||
HandlerCount, | |||
PrmHanderInfoStructureArray | |||
) |
Definition at line 75 of file PrmAcpiTable.h.
#define PRM_TABLE_REVISION 0x0 |
Definition at line 19 of file PrmAcpiTable.h.
#define PRM_TABLE_SIGNATURE SIGNATURE_32 ('P', 'R', 'M', 'T') |
Definition at line 17 of file PrmAcpiTable.h.