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

Data Fields

ACPI_TABLE_GENERATOR Header
 ACPI Table generator header.
 
UINT32 ProcTopologyStructCount
 PPTT structure count.
 
UINT32 ProcHierarchyNodeCount
 Count of Processor Hierarchy Nodes.
 
UINT32 CacheStructCount
 Count of Cache Structures.
 
PPTT_NODE_INDEXERNodeIndexer
 List of indexed CM objects for PPTT generation.
 
PPTT_NODE_INDEXERProcHierarchyNodeIndexedList
 
PPTT_NODE_INDEXERCacheStructIndexedList
 Pointer to the start of Cache Structures in the Node Indexer array.
 

Detailed Description

Definition at line 165 of file PpttGenerator.h.

Field Documentation

◆ CacheStructCount

UINT32 AcpiPpttGenerator::CacheStructCount

Count of Cache Structures.

Definition at line 173 of file PpttGenerator.h.

◆ CacheStructIndexedList

PPTT_NODE_INDEXER* AcpiPpttGenerator::CacheStructIndexedList

Pointer to the start of Cache Structures in the Node Indexer array.

Definition at line 180 of file PpttGenerator.h.

◆ Header

ACPI_TABLE_GENERATOR AcpiPpttGenerator::Header

ACPI Table generator header.

Definition at line 167 of file PpttGenerator.h.

◆ NodeIndexer

PPTT_NODE_INDEXER* AcpiPpttGenerator::NodeIndexer

List of indexed CM objects for PPTT generation.

Definition at line 175 of file PpttGenerator.h.

◆ ProcHierarchyNodeCount

UINT32 AcpiPpttGenerator::ProcHierarchyNodeCount

Count of Processor Hierarchy Nodes.

Definition at line 171 of file PpttGenerator.h.

◆ ProcHierarchyNodeIndexedList

PPTT_NODE_INDEXER* AcpiPpttGenerator::ProcHierarchyNodeIndexedList

Pointer to the start of Processor Hierarchy nodes in the Node Indexer array

Definition at line 178 of file PpttGenerator.h.

◆ ProcTopologyStructCount

UINT32 AcpiPpttGenerator::ProcTopologyStructCount

PPTT structure count.

Definition at line 169 of file PpttGenerator.h.


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