Searched defs:Mem64Pool (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c944 @param Mem64Pool Pointer to instance of 64-bit memory resource node.
961 IN PCI_RESOURCE_NODE *Mem64Pool,
988 ResPool[3] = Mem64Pool;
957 PciHostBridgeAdjustAllocation( IN PCI_RESOURCE_NODE *IoPool, IN PCI_RESOURCE_NODE *Mem32Pool, IN PCI_RESOURCE_NODE *PMem32Pool, IN PCI_RESOURCE_NODE *Mem64Pool, IN PCI_RESOURCE_NODE *PMem64Pool, IN UINT64 IoResStatus, IN UINT64 Mem32ResStatus, IN UINT64 PMem32ResStatus, IN UINT64 Mem64ResStatus, IN UINT64 PMem64ResStatus ) argument
H A DPciLib.c404 PCI_RESOURCE_NODE Mem64Pool; local
425 InitializeResourcePool (&Mem64Pool, PciBarTypeMem64);
559 InsertResourceNode (&Mem64Pool, Mem64Bridge);
587 DestroyResourceTree (&Mem64Pool);
711 &Mem64Pool,
726 DestroyResourceTree (&Mem64Pool);
810 Mem64Bridge = FindResourceNode (RootBridgeDev, &Mem64Pool);
888 DestroyResourceTree (&Mem64Pool);

Completed in 38 milliseconds