TianoCore EDK2 master
Loading...
Searching...
No Matches
MappingTable Struct Reference

#include <DynamicTablesPkg/Include/Library/SsdtPcieSupportLib.h>

Data Fields

UINT32 * Table
 
UINT32 LastIndex
 
UINT32 MaxIndex
 Number of entries in the Table.
 
VOID ** Table
 

Detailed Description

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.

Field Documentation

◆ LastIndex

UINT32 MappingTable::LastIndex

Last used index of the Table. Bound by MaxIndex.

Definition at line 23 of file SsdtPcieSupportLib.h.

◆ MaxIndex

UINT32 MappingTable::MaxIndex

Number of entries in the Table.

Definition at line 26 of file SsdtPcieSupportLib.h.

◆ Table [1/2]

UINT32* MappingTable::Table

Mapping table. Contains the Index <-> integer mapping

Definition at line 19 of file SsdtPcieSupportLib.h.

◆ Table [2/2]

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.


The documentation for this struct was generated from the following files: