TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/Library/SsdtPcieSupportLib.h>
Data Fields | |
UINT32 * | Table |
UINT32 | LastIndex |
UINT32 | MaxIndex |
Number of entries in the Table. | |
VOID ** | Table |
Structure used to map integer to an index.
Structure used to map a Pcc Subspace to an index.
Definition at line 16 of file SsdtPcieSupportLib.h.
UINT32 MappingTable::LastIndex |
Last used index of the Table. Bound by MaxIndex.
Definition at line 23 of file SsdtPcieSupportLib.h.
UINT32 MappingTable::MaxIndex |
Number of entries in the Table.
Definition at line 26 of file SsdtPcieSupportLib.h.
UINT32* MappingTable::Table |
Mapping table. Contains the Index <-> integer mapping
Definition at line 19 of file SsdtPcieSupportLib.h.
VOID** MappingTable::Table |
Mapping table for Subspace Ids. Subspace ID/Index <-> CM_ARCH_COMMON_PCC_SUBSPACE_TYPE[X]_INFO pointer
Definition at line 23 of file PcctGenerator.h.