Searched refs:gPciRootHpcCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c19 UINTN gPciRootHpcCount = 0; variable
125 gPciRootHpcCount = HpcCount;
126 gPciRootHpcData = AllocateZeroPool (sizeof (ROOT_HPC_DATA) * gPciRootHpcCount);
154 for (Index = 0; Index < gPciRootHpcCount; Index++) {
188 for (Index = 0; Index < gPciRootHpcCount; Index++) {
255 for (Index = 0; Index < gPciRootHpcCount; Index++) {
262 if (Index == gPciRootHpcCount) {

Completed in 42 milliseconds